document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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.         }
');