# JSON Test

### Overview

This is a test plugin. It will capture the local hours, minutes and seconds, and send it to the cloud. These variables will be collected:

```
config      (keyword)
device name (keyword)
debug level (integer)
hours       (integer:h)
mins        (integer:m)
secs        (integer:s)
```

### Usage

Usage: `json_test log|discover|service <config.json>`

* A `log` verb will collect data and send it to the cloud.
* A `discover` verb will show the data that is to be collected.
* A `service` verb will log data forever, sleeping `frequency` seconds between runs
