# Just saying

### Example

```javascript
client.justsaying('light/new_address_to_watch', 'BVVJ2K7ENPZZ3VYZFWQWK7ISPCATFIW3');
```

You need to subscribe to WebSocket notifications [see here](https://obytejs.com/v0.1.1/client/subscribe) to see messages sent to you. Here is an example of a notification:

```javascript
[
  'justsaying',
  {
    subject: 'info',
    body: 'now watching BVVJ2K7ENPZZ3VYZFWQWK7ISPCATFIW3'
  }
]
```
