mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 09:01:00 +03:00
test
This commit is contained in:
@@ -34,6 +34,7 @@ class Device {
|
|||||||
room: options.room || '',
|
room: options.room || '',
|
||||||
type: options.type || 'devices.types.light',
|
type: options.type || 'devices.types.light',
|
||||||
custom_data: {
|
custom_data: {
|
||||||
|
allowedUsers: options.allowedUsers || [1],
|
||||||
mqtt: options.mqtt || [],
|
mqtt: options.mqtt || [],
|
||||||
valueMapping: options.valueMapping || [],
|
valueMapping: options.valueMapping || [],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user