You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`referenced_entities`: All entity IDs that would be targeted (includes entities from devices/areas/labels)
574
+
-`referenced_devices`: All device IDs that were referenced
575
+
-`referenced_areas`: All area IDs that were referenced
576
+
-`missing_devices`: Device IDs that don't exist
577
+
-`missing_areas`: Area IDs that don't exist
578
+
-`missing_floors`: Floor IDs that don't exist
579
+
-`missing_labels`: Label IDs that don't exist
580
+
581
+
When `expand_group` is set to `true`, group entities will be expanded to include their member entities instead of the group entity itself.
582
+
532
583
## Error handling
533
584
534
585
If an error occurs, the `success` key in the `result` message will be set to `false`. It will contain an `error` key containing an object with two keys: `code` and `message`.
0 commit comments