docs: fix minor typos

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-02-20 17:47:39 -05:00
parent b2ba52ce3d
commit 3917c9cd56
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
2 changed files with 4 additions and 3 deletions

View File

@ -1160,10 +1160,10 @@ device_id:
# An explanation on how you could get the device id, can be found here: # An explanation on how you could get the device id, can be found here:
# https://developers.meethue.com/develop/get-started-2/#turning-a-light-on-and-off # https://developers.meethue.com/develop/get-started-2/#turning-a-light-on-and-off
device_type: light device_type: light
# Set to light to control a single hue light, or group to control a hue light gorup. # Set to light to control a single hue light, or group to control a hue light group.
# If device_type is set to light, the device_id should be the light id, # If device_type is set to light, the device_id should be the light id,
# and if the device_type is group, the device_id should be the group id. # and if the device_type is group, the device_id should be the group id.
# The default is "light. # The default is "light".
``` ```

View File

@ -4961,7 +4961,7 @@ JSON-RPC request:
```json ```json
{ {
"jsonrpc": "2.0", "jsonrpc": "2.0",
"method": "/server/sensors/info?sensor=sensor1", "method": "server.sensors.info",
"params": { "params": {
"sensor": "sensor1" "sensor": "sensor1"
}, },
@ -6455,6 +6455,7 @@ from at least one monitored sensor changes.
} }
} }
] ]
}
``` ```
When a sensor reading changes, all connections will receive a When a sensor reading changes, all connections will receive a