docs: fix minor typos
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b2ba52ce3d
commit
3917c9cd56
|
@ -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".
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue