totalimmersion / com.somfy.tahoma

Somfy TaHoma app for Homey
GNU General Public License v3.0
10 stars 16 forks source link

Integration request IO Gate #85

Open francodutch opened 4 years ago

francodutch commented 4 years ago

{ "creationTime":1577640280000, "lastUpdateTime":1577640280000, "label":"Gate", "deviceURL":"####", "shortcut":false, "controllableName":"io:DiscreteGateOpenerIOComponent", "definition":{ "commands":[ { "commandName":"close", "nparams":0 }, { "commandName":"delayedStopIdentify", "nparams":1 }, { "commandName":"getName", "nparams":0 }, { "commandName":"identify", "nparams":0 }, { "commandName":"open", "nparams":0 }, { "commandName":"refreshPedestrianPosition", "nparams":0 }, { "commandName":"setName", "nparams":1 }, { "commandName":"setPedestrianPosition", "nparams":0 }, { "commandName":"startIdentify", "nparams":0 }, { "commandName":"stop", "nparams":0 }, { "commandName":"stopIdentify", "nparams":0 }, { "commandName":"wink", "nparams":1 } ], "states":[ { "type":"DataState", "qualifiedName":"core:NameState" }, { "values":[ "closed", "open", "pedestrian", "unknown" ], "type":"DiscreteState", "qualifiedName":"core:OpenClosedPedestrianState" }, { "type":"ContinuousState", "qualifiedName":"core:PedestrianPositionState" }, { "type":"ContinuousState", "qualifiedName":"core:PriorityLockTimerState" }, { "type":"ContinuousState", "qualifiedName":"core:RSSILevelState" }, { "values":[ "available", "unavailable" ], "type":"DiscreteState", "qualifiedName":"core:StatusState" }, { "values":[ "comfortLevel1", "comfortLevel2", "comfortLevel3", "comfortLevel4", "environmentProtection", "humanProtection", "userLevel1", "userLevel2" ], "type":"DiscreteState", "qualifiedName":"io:PriorityLockLevelState" }, { "values":[ "LSC", "SAAC", "SFC", "UPS", "externalGateway", "localUser", "myself", "rain", "security", "temperature", "timer", "user", "wind" ], "type":"DiscreteState", "qualifiedName":"io:PriorityLockOriginatorState" } ], "dataProperties":[ { "value":"500", "qualifiedName":"core:identifyInterval" } ], "widgetName":"DiscreteGateWithPedestrianPosition", "uiClass":"Gate", "qualifiedName":"io:DiscreteGateOpenerIOComponent", "type":"ACTUATOR" }, "states":[ { "name":"core:NameState", "type":3, "value":"Gate" }, { "name":"core:PriorityLockTimerState", "type":1, "value":0 }, { "name":"core:OpenClosedPedestrianState", "type":3, "value":"closed" }, { "name":"core:StatusState", "type":3, "value":"available" }, { "name":"core:RSSILevelState", "type":2, "value":50.0 }, { "name":"core:PedestrianPositionState", "type":1, "value":50 } ], "attributes":[

     ],
     "available":true,
     "enabled":true,
     "placeOID":"####",
     "widget":"DiscreteGateWithPedestrianPosition",
     "type":1,
     "oid":"####",
     "uiClass":"Gate"
  },
francodutch commented 4 years ago

Sorry was meant for the HA integration channel