New json api:
- http://localhost:8089/json/device/getSupportedBasicScenes?dsuid=3504175fe000000000000000000105fb00 -> {"result":{"value":[0,17]},"ok":true}
- http://localhost:8089/json/device/setSupportedBasicScenes?dsuid=3504175fe000000000000000000105fb00&value=[0,5,17,18,19,36]
- json/apartment/getStructure - new device field
"supportedBasicScenes": [0,5,17,18,19,36]
property tree, apartment.xml:
- new device string field "supportedBasicScenes" = "0,5,17,18,19,36"
New js method on DeviceInterface accepting json string:
- dev.setBasicSupportedScenes("[0,5,17,18,19,36]")