|  Developer
Updated on June 23, 2022

hub.scenes.trigger.devices.list

  • Version: 1.0
  • Classes: UI
  • Title: The list of trigger devices
  • Description: The list of trigger devices. The items of these devices could be used as trigger for scene. The possible condition blocks could be received by request hub.scenes.blocks.list.
Edit
  • No parameters required.
Edit
  • The “timeScenes” array of the objects which are described in table:
Field Type Required Description
devices StringArray + The array of trigger device Ids
Edit
Edit
				
					{
    "id": "_ID_",
    "jsonrpc": "2.0",
    "method": "hub.scenes.trigger.devices.list",
    "params": {}
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {
        "devices": [ "5e00eff62fcabe6fb9995099", "5dde952d10eabe175a17d7af" ]
    }
}