Guest User

Untitled

a guest
Jul 30th, 2020
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.66 KB | None | 0 0
  1.         {                                              
  2.             "accessory": "mqttthing",                  
  3.             "type": "statelessProgrammableSwitch",
  4.             "name": "Кнопка у ванной",
  5.             "topics": {
  6.                 "getSwitch": {
  7.                     "topic": "shellies/shellybutton1-A4CF12F45301/input_event/0",
  8.                     "apply": "return JSON.parse(message).click;"
  9.                 },
  10.                 "getBatteryLevel": "shellies/shellybutton1-A4CF12F45301/sensor/battery"
  11.             },
  12.             "switchValues": [
  13.                 "S",
  14.                 "SS",
  15.                 "L"
  16.             ]
  17.         }
Advertisement
Add Comment
Please, Sign In to add comment