mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
Some configuration improvements
This commit is contained in:
@@ -47,8 +47,8 @@ module.exports = {
|
|||||||
mqtt: [
|
mqtt: [
|
||||||
{
|
{
|
||||||
instance: 'on',
|
instance: 'on',
|
||||||
set: '/yandex/controls/light_HaW_002/state/on',
|
set: '/yandex/controls/light_HaW_002/on',
|
||||||
state: '/yandex/controls/light_HaW_002/state',
|
state: '/yandex/controls/light_HaW_002/on/state',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
capabilities: [
|
capabilities: [
|
||||||
@@ -68,8 +68,8 @@ module.exports = {
|
|||||||
mqtt: [
|
mqtt: [
|
||||||
{
|
{
|
||||||
instance: 'on',
|
instance: 'on',
|
||||||
set: '/yandex/controls/light_LvR_003/state/on',
|
set: '/yandex/controls/light_LvR_003/on',
|
||||||
state: '/yandex/controls/light_LvR_003/state',
|
state: '/yandex/controls/light_LvR_003/on/state',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
valueMapping: [
|
valueMapping: [
|
||||||
@@ -131,8 +131,8 @@ module.exports = {
|
|||||||
mqtt: [
|
mqtt: [
|
||||||
{
|
{
|
||||||
instance: 'on',
|
instance: 'on',
|
||||||
set: '/yandex/controls/socket_LvR_002/state/on',
|
set: '/yandex/controls/socket_LvR_002/on',
|
||||||
state: '/yandex/controls/socket_LvR_002/state/on',
|
state: '/yandex/controls/socket_LvR_002/on/state',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
instance: 'power',
|
instance: 'power',
|
||||||
|
Reference in New Issue
Block a user