Configuration JSON Schema
Pi Portal v1.5 Config File Schema |
|||||
type |
object |
||||
properties |
|||||
|
The AWS access key credential with write access to the bucket. |
||||
type |
string |
||||
|
The AWS access secret key credential with write access to the bucket. |
||||
type |
string |
||||
|
A code generated by log.io, which will be injected into streamed logs to identify your account. |
||||
type |
string |
||||
|
The name of the AWS S3 bucket to upload captured videos to. |
||||
type |
string |
||||
|
The secret value generated by Slack to validate messages from your bot. |
||||
type |
string |
||||
|
The app token generated by Slack to allow your bot use websockets. |
||||
type |
string |
||||
|
The token generated by Slack when you created a bot app. |
||||
type |
string |
||||
|
The plain human readable name of the Slack channel where messages should be posted. |
||||
type |
string |
||||
|
The ID of the slack channel. Can be found at the bottom of the dialogue for ‘View Channel Details > About’. |
||||
type |
string |
||||
|
type |
array |
|||
items |
type |
object |
|||
properties |
|||||
|
The name of the switch as it will appear in notifications and logs (ie. Front Door). |
||||
type |
string |
||||
|
The GPIO number this contact switch connects to. |
||||
type |
number |
||||
|
Configured temperature sensors |
||||
type |
object |
||||
properties |
|||||
|
type |
array |
|||
items |
type |
object |
|||
properties |
|||||
|
The name of the sensor as it will appear in notifications and logs (ie. Living Room). |
||||
type |
string |
||||
|
The GPIO number this DHT11 sensor connects to. |
||||
type |
number |
||||