You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osem_notify/docs/osem_notify_watch_boxes.md

38 lines
1.1 KiB
Markdown

## osem_notify watch boxes
watch a list of box IDs for events
### Synopsis
specify box IDs to watch them for events
```
osem_notify watch boxes <boxId> [...<boxIds>] [flags]
```
### Options
```
-h, --help help for boxes
```
### Options inherited from parent commands
```
-a, --api string openSenseMap API to query against (default "https://api.opensensemap.org")
-c, --config string path to config file (default $HOME/.osem_notify.yml)
-d, --debug enable verbose logging
-i, --interval int interval to run checks in minutes (default 15)
-l, --logformat string log format, can be plain or json (default "plain")
-n, --notify if set, will send out notifications.
Otherwise results are printed to stdout only.
You might want to run 'osem_notify debug notifications' first to verify everything works.
```
### SEE ALSO
* [osem_notify watch](osem_notify_watch.md) - Watch boxes for events at an interval
###### Auto generated by spf13/cobra on 26-Jun-2018