@matter/model 0.17.4 → 0.17.5-alpha.0-20260702-a2cd6f764
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/aspects/Quality.d.ts +1 -1
- package/dist/cjs/common/DeviceClassification.d.ts +6 -6
- package/dist/cjs/common/Specification.d.ts +2 -2
- package/dist/cjs/common/Specification.js +2 -2
- package/dist/cjs/dts/Specifications.d.ts +17 -0
- package/dist/cjs/logic/cluster-variance/InferredComponents.js +32 -2
- package/dist/cjs/logic/cluster-variance/InferredComponents.js.map +1 -1
- package/dist/cjs/models/Globals.d.ts +7 -0
- package/dist/cjs/models/Globals.d.ts.map +1 -1
- package/dist/cjs/standard/elements/access-control.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/access-control.element.js +26 -2
- package/dist/cjs/standard/elements/access-control.element.js.map +1 -1
- package/dist/cjs/standard/elements/ambient-context-sensing.element.d.ts +8 -0
- package/dist/cjs/standard/elements/ambient-context-sensing.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/ambient-context-sensing.element.js +186 -0
- package/dist/cjs/standard/elements/ambient-context-sensing.element.js.map +6 -0
- package/dist/cjs/standard/elements/base.element.js +1 -1
- package/dist/cjs/standard/elements/base.element.js.map +1 -1
- package/dist/cjs/standard/elements/basic-information.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/basic-information.element.js +24 -2
- package/dist/cjs/standard/elements/basic-information.element.js.map +1 -1
- package/dist/cjs/standard/elements/boolean-state-configuration.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/boolean-state-configuration.element.js +4 -3
- package/dist/cjs/standard/elements/boolean-state-configuration.element.js.map +1 -1
- package/dist/cjs/standard/elements/boolean-state.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/boolean-state.element.js +6 -2
- package/dist/cjs/standard/elements/boolean-state.element.js.map +2 -2
- package/dist/cjs/standard/elements/bridged-device-basic-information.element.js +2 -2
- package/dist/cjs/standard/elements/bridged-device-basic-information.element.js.map +1 -1
- package/dist/cjs/standard/elements/camera-av-stream-management.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/camera-av-stream-management.element.js +13 -3
- package/dist/cjs/standard/elements/camera-av-stream-management.element.js.map +1 -1
- package/dist/cjs/standard/elements/certification-type-enum.element.d.ts +8 -0
- package/dist/cjs/standard/elements/certification-type-enum.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/certification-type-enum.element.js +38 -0
- package/dist/cjs/standard/elements/certification-type-enum.element.js.map +6 -0
- package/dist/cjs/standard/elements/chime-cluster.element.js +2 -2
- package/dist/cjs/standard/elements/chime-cluster.element.js.map +1 -1
- package/dist/cjs/standard/elements/closure-controller.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/closure-controller.element.js +0 -1
- package/dist/cjs/standard/elements/closure-controller.element.js.map +1 -1
- package/dist/cjs/standard/elements/concentration-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/concentration-measurement.element.js +12 -4
- package/dist/cjs/standard/elements/concentration-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/content-launcher.element.js +7 -7
- package/dist/cjs/standard/elements/content-launcher.element.js.map +1 -1
- package/dist/cjs/standard/elements/definitions.d.ts +7 -0
- package/dist/cjs/standard/elements/definitions.d.ts.map +1 -1
- package/dist/cjs/standard/elements/definitions.js +7 -0
- package/dist/cjs/standard/elements/definitions.js.map +1 -1
- package/dist/cjs/standard/elements/flow-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/flow-measurement.element.js +13 -4
- package/dist/cjs/standard/elements/flow-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/general-commissioning.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/general-commissioning.element.js +6 -4
- package/dist/cjs/standard/elements/general-commissioning.element.js.map +1 -1
- package/dist/cjs/standard/elements/general-diagnostics.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/general-diagnostics.element.js +17 -1
- package/dist/cjs/standard/elements/general-diagnostics.element.js.map +1 -1
- package/dist/cjs/standard/elements/group-key-management.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/group-key-management.element.js +21 -3
- package/dist/cjs/standard/elements/group-key-management.element.js.map +1 -1
- package/dist/cjs/standard/elements/groupcast.element.d.ts +8 -0
- package/dist/cjs/standard/elements/groupcast.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/groupcast.element.js +198 -0
- package/dist/cjs/standard/elements/groupcast.element.js.map +6 -0
- package/dist/cjs/standard/elements/identified-human-activity.element.d.ts +8 -0
- package/dist/cjs/standard/elements/identified-human-activity.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/identified-human-activity.element.js +45 -0
- package/dist/cjs/standard/elements/identified-human-activity.element.js.map +6 -0
- package/dist/cjs/standard/elements/identified-object.element.d.ts +8 -0
- package/dist/cjs/standard/elements/identified-object.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/identified-object.element.js +48 -0
- package/dist/cjs/standard/elements/identified-object.element.js.map +6 -0
- package/dist/cjs/standard/elements/identified-sound.element.d.ts +8 -0
- package/dist/cjs/standard/elements/identified-sound.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/identified-sound.element.js +57 -0
- package/dist/cjs/standard/elements/identified-sound.element.js.map +6 -0
- package/dist/cjs/standard/elements/illuminance-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/illuminance-measurement.element.js +13 -5
- package/dist/cjs/standard/elements/illuminance-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/joint-fabric-administrator-cluster.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/joint-fabric-administrator-cluster.element.js +20 -18
- package/dist/cjs/standard/elements/joint-fabric-administrator-cluster.element.js.map +1 -1
- package/dist/cjs/standard/elements/joint-fabric-datastore.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/joint-fabric-datastore.element.js +143 -62
- package/dist/cjs/standard/elements/joint-fabric-datastore.element.js.map +1 -1
- package/dist/cjs/standard/elements/mode-base.element.js +1 -1
- package/dist/cjs/standard/elements/mode-base.element.js.map +1 -1
- package/dist/cjs/standard/elements/models.d.ts +7 -0
- package/dist/cjs/standard/elements/models.d.ts.map +1 -1
- package/dist/cjs/standard/elements/models.js +14 -0
- package/dist/cjs/standard/elements/models.js.map +1 -1
- package/dist/cjs/standard/elements/namespace.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/namespace.element.js +4 -1
- package/dist/cjs/standard/elements/namespace.element.js.map +1 -1
- package/dist/cjs/standard/elements/network-commissioning.element.js +14 -14
- package/dist/cjs/standard/elements/network-commissioning.element.js.map +1 -1
- package/dist/cjs/standard/elements/network-infrastructure-manager.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/network-infrastructure-manager.element.js +6 -0
- package/dist/cjs/standard/elements/network-infrastructure-manager.element.js.map +1 -1
- package/dist/cjs/standard/elements/occupancy-sensing.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/occupancy-sensing.element.js +4 -3
- package/dist/cjs/standard/elements/occupancy-sensing.element.js.map +1 -1
- package/dist/cjs/standard/elements/power-topology.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/power-topology.element.js +0 -7
- package/dist/cjs/standard/elements/power-topology.element.js.map +2 -2
- package/dist/cjs/standard/elements/pressure-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/pressure-measurement.element.js +18 -8
- package/dist/cjs/standard/elements/pressure-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/push-av-stream-transport.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/push-av-stream-transport.element.js +1 -3
- package/dist/cjs/standard/elements/push-av-stream-transport.element.js.map +1 -1
- package/dist/cjs/standard/elements/rain-sensor.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/rain-sensor.element.js +3 -2
- package/dist/cjs/standard/elements/rain-sensor.element.js.map +1 -1
- package/dist/cjs/standard/elements/refrigerator-device.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/refrigerator-device.element.js +4 -1
- package/dist/cjs/standard/elements/refrigerator-device.element.js.map +1 -1
- package/dist/cjs/standard/elements/relative-humidity-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/relative-humidity-measurement.element.js +12 -4
- package/dist/cjs/standard/elements/relative-humidity-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/root-node.element.js +1 -1
- package/dist/cjs/standard/elements/root-node.element.js.map +1 -1
- package/dist/cjs/standard/elements/smoke-co-alarm-cluster.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/smoke-co-alarm-cluster.element.js +4 -2
- package/dist/cjs/standard/elements/smoke-co-alarm-cluster.element.js.map +1 -1
- package/dist/cjs/standard/elements/software-diagnostics.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/software-diagnostics.element.js +12 -4
- package/dist/cjs/standard/elements/software-diagnostics.element.js.map +1 -1
- package/dist/cjs/standard/elements/temperature-alarm.element.d.ts +8 -0
- package/dist/cjs/standard/elements/temperature-alarm.element.d.ts.map +1 -0
- package/dist/cjs/standard/elements/temperature-alarm.element.js +160 -0
- package/dist/cjs/standard/elements/temperature-alarm.element.js.map +6 -0
- package/dist/cjs/standard/elements/temperature-controlled-cabinet.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/temperature-controlled-cabinet.element.js +2 -1
- package/dist/cjs/standard/elements/temperature-controlled-cabinet.element.js.map +1 -1
- package/dist/cjs/standard/elements/temperature-measurement.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/temperature-measurement.element.js +13 -4
- package/dist/cjs/standard/elements/temperature-measurement.element.js.map +1 -1
- package/dist/cjs/standard/elements/thermostat-cluster.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/thermostat-cluster.element.js +143 -3
- package/dist/cjs/standard/elements/thermostat-cluster.element.js.map +2 -2
- package/dist/cjs/standard/elements/thermostat-device.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/thermostat-device.element.js +3 -2
- package/dist/cjs/standard/elements/thermostat-device.element.js.map +1 -1
- package/dist/cjs/standard/elements/water-freeze-detector.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/water-freeze-detector.element.js +3 -2
- package/dist/cjs/standard/elements/water-freeze-detector.element.js.map +1 -1
- package/dist/cjs/standard/elements/water-leak-detector.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/water-leak-detector.element.js +3 -2
- package/dist/cjs/standard/elements/water-leak-detector.element.js.map +1 -1
- package/dist/cjs/standard/elements/web-rtc-transport-provider.element.d.ts.map +1 -1
- package/dist/cjs/standard/elements/web-rtc-transport-provider.element.js +0 -8
- package/dist/cjs/standard/elements/web-rtc-transport-provider.element.js.map +2 -2
- package/dist/cjs/standard/resources/access-control.resource.js +68 -21
- package/dist/cjs/standard/resources/access-control.resource.js.map +1 -1
- package/dist/cjs/standard/resources/account-login.resource.js +3 -3
- package/dist/cjs/standard/resources/ambient-context-sensing.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/ambient-context-sensing.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/ambient-context-sensing.resource.js +241 -0
- package/dist/cjs/standard/resources/ambient-context-sensing.resource.js.map +6 -0
- package/dist/cjs/standard/resources/base.resource.js +38 -8
- package/dist/cjs/standard/resources/base.resource.js.map +1 -1
- package/dist/cjs/standard/resources/basic-information.resource.js +24 -0
- package/dist/cjs/standard/resources/basic-information.resource.js.map +1 -1
- package/dist/cjs/standard/resources/boolean-state-configuration.resource.js +7 -1
- package/dist/cjs/standard/resources/boolean-state-configuration.resource.js.map +1 -1
- package/dist/cjs/standard/resources/boolean-state.resource.js +14 -3
- package/dist/cjs/standard/resources/boolean-state.resource.js.map +1 -1
- package/dist/cjs/standard/resources/camera-av-stream-management.resource.js +7 -1
- package/dist/cjs/standard/resources/camera-av-stream-management.resource.js.map +1 -1
- package/dist/cjs/standard/resources/certification-type-enum.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/certification-type-enum.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/certification-type-enum.resource.js +22 -0
- package/dist/cjs/standard/resources/certification-type-enum.resource.js.map +6 -0
- package/dist/cjs/standard/resources/closure-controller.resource.js +0 -1
- package/dist/cjs/standard/resources/closure-controller.resource.js.map +1 -1
- package/dist/cjs/standard/resources/color-control.resource.js +12 -12
- package/dist/cjs/standard/resources/color-control.resource.js.map +1 -1
- package/dist/cjs/standard/resources/energy-preference.resource.js +1 -1
- package/dist/cjs/standard/resources/energy-preference.resource.js.map +1 -1
- package/dist/cjs/standard/resources/general-commissioning.resource.js +2 -2
- package/dist/cjs/standard/resources/general-diagnostics.resource.js +44 -0
- package/dist/cjs/standard/resources/general-diagnostics.resource.js.map +1 -1
- package/dist/cjs/standard/resources/group-key-management.resource.js +37 -15
- package/dist/cjs/standard/resources/group-key-management.resource.js.map +1 -1
- package/dist/cjs/standard/resources/groupcast.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/groupcast.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/groupcast.resource.js +375 -0
- package/dist/cjs/standard/resources/groupcast.resource.js.map +6 -0
- package/dist/cjs/standard/resources/groups.resource.js +1 -1
- package/dist/cjs/standard/resources/groups.resource.js.map +1 -1
- package/dist/cjs/standard/resources/icd-management.resource.js +1 -1
- package/dist/cjs/standard/resources/icd-management.resource.js.map +1 -1
- package/dist/cjs/standard/resources/identified-human-activity.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/identified-human-activity.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/identified-human-activity.resource.js +26 -0
- package/dist/cjs/standard/resources/identified-human-activity.resource.js.map +6 -0
- package/dist/cjs/standard/resources/identified-object.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/identified-object.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/identified-object.resource.js +29 -0
- package/dist/cjs/standard/resources/identified-object.resource.js.map +6 -0
- package/dist/cjs/standard/resources/identified-sound.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/identified-sound.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/identified-sound.resource.js +42 -0
- package/dist/cjs/standard/resources/identified-sound.resource.js.map +6 -0
- package/dist/cjs/standard/resources/index.d.ts +7 -0
- package/dist/cjs/standard/resources/index.d.ts.map +1 -1
- package/dist/cjs/standard/resources/index.js +7 -0
- package/dist/cjs/standard/resources/index.js.map +1 -1
- package/dist/cjs/standard/resources/joint-fabric-administrator-cluster.resource.js +23 -18
- package/dist/cjs/standard/resources/joint-fabric-administrator-cluster.resource.js.map +1 -1
- package/dist/cjs/standard/resources/joint-fabric-datastore.resource.js +353 -39
- package/dist/cjs/standard/resources/joint-fabric-datastore.resource.js.map +1 -1
- package/dist/cjs/standard/resources/mode-base.resource.js +1 -1
- package/dist/cjs/standard/resources/namespace.resource.js +15 -0
- package/dist/cjs/standard/resources/namespace.resource.js.map +1 -1
- package/dist/cjs/standard/resources/network-commissioning.resource.js +13 -13
- package/dist/cjs/standard/resources/network-commissioning.resource.js.map +1 -1
- package/dist/cjs/standard/resources/network-infrastructure-manager.resource.js +12 -6
- package/dist/cjs/standard/resources/network-infrastructure-manager.resource.js.map +1 -1
- package/dist/cjs/standard/resources/occupancy-sensing.resource.js +2 -1
- package/dist/cjs/standard/resources/occupancy-sensing.resource.js.map +1 -1
- package/dist/cjs/standard/resources/on-off.resource.js +2 -2
- package/dist/cjs/standard/resources/on-off.resource.js.map +1 -1
- package/dist/cjs/standard/resources/oven-mode.resource.js +1 -1
- package/dist/cjs/standard/resources/oven-mode.resource.js.map +1 -1
- package/dist/cjs/standard/resources/power-topology.resource.js +2 -28
- package/dist/cjs/standard/resources/power-topology.resource.js.map +1 -1
- package/dist/cjs/standard/resources/push-av-stream-transport.resource.js +3 -15
- package/dist/cjs/standard/resources/push-av-stream-transport.resource.js.map +1 -1
- package/dist/cjs/standard/resources/refrigerator-device.resource.js +1 -0
- package/dist/cjs/standard/resources/refrigerator-device.resource.js.map +1 -1
- package/dist/cjs/standard/resources/smoke-co-alarm-cluster.resource.js +10 -2
- package/dist/cjs/standard/resources/smoke-co-alarm-cluster.resource.js.map +1 -1
- package/dist/cjs/standard/resources/temperature-alarm.resource.d.ts +7 -0
- package/dist/cjs/standard/resources/temperature-alarm.resource.d.ts.map +1 -0
- package/dist/cjs/standard/resources/temperature-alarm.resource.js +183 -0
- package/dist/cjs/standard/resources/temperature-alarm.resource.js.map +6 -0
- package/dist/cjs/standard/resources/temperature-controlled-cabinet.resource.js +1 -0
- package/dist/cjs/standard/resources/temperature-controlled-cabinet.resource.js.map +1 -1
- package/dist/cjs/standard/resources/thermostat-cluster.resource.js +459 -135
- package/dist/cjs/standard/resources/thermostat-cluster.resource.js.map +1 -1
- package/dist/cjs/standard/resources/thermostat-device.resource.js +2 -1
- package/dist/cjs/standard/resources/thermostat-device.resource.js.map +1 -1
- package/dist/cjs/standard/resources/web-rtc-transport-definitions.resource.js +21 -21
- package/dist/cjs/standard/resources/web-rtc-transport-provider.resource.js +42 -80
- package/dist/cjs/standard/resources/web-rtc-transport-provider.resource.js.map +1 -1
- package/dist/cjs/standard/resources/window-covering-cluster.resource.js +14 -14
- package/dist/esm/aspects/Quality.d.ts +1 -1
- package/dist/esm/common/DeviceClassification.d.ts +6 -6
- package/dist/esm/common/Specification.d.ts +2 -2
- package/dist/esm/common/Specification.js +2 -2
- package/dist/esm/dts/Specifications.d.ts +17 -0
- package/dist/esm/logic/cluster-variance/InferredComponents.js +32 -2
- package/dist/esm/logic/cluster-variance/InferredComponents.js.map +1 -1
- package/dist/esm/models/Globals.d.ts +7 -0
- package/dist/esm/models/Globals.d.ts.map +1 -1
- package/dist/esm/standard/elements/access-control.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/access-control.element.js +26 -2
- package/dist/esm/standard/elements/access-control.element.js.map +1 -1
- package/dist/esm/standard/elements/ambient-context-sensing.element.d.ts +8 -0
- package/dist/esm/standard/elements/ambient-context-sensing.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/ambient-context-sensing.element.js +172 -0
- package/dist/esm/standard/elements/ambient-context-sensing.element.js.map +6 -0
- package/dist/esm/standard/elements/base.element.js +1 -1
- package/dist/esm/standard/elements/base.element.js.map +1 -1
- package/dist/esm/standard/elements/basic-information.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/basic-information.element.js +24 -2
- package/dist/esm/standard/elements/basic-information.element.js.map +1 -1
- package/dist/esm/standard/elements/boolean-state-configuration.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/boolean-state-configuration.element.js +4 -3
- package/dist/esm/standard/elements/boolean-state-configuration.element.js.map +1 -1
- package/dist/esm/standard/elements/boolean-state.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/boolean-state.element.js +8 -4
- package/dist/esm/standard/elements/boolean-state.element.js.map +1 -1
- package/dist/esm/standard/elements/bridged-device-basic-information.element.js +2 -2
- package/dist/esm/standard/elements/bridged-device-basic-information.element.js.map +1 -1
- package/dist/esm/standard/elements/camera-av-stream-management.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/camera-av-stream-management.element.js +13 -3
- package/dist/esm/standard/elements/camera-av-stream-management.element.js.map +1 -1
- package/dist/esm/standard/elements/certification-type-enum.element.d.ts +8 -0
- package/dist/esm/standard/elements/certification-type-enum.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/certification-type-enum.element.js +18 -0
- package/dist/esm/standard/elements/certification-type-enum.element.js.map +6 -0
- package/dist/esm/standard/elements/chime-cluster.element.js +2 -2
- package/dist/esm/standard/elements/chime-cluster.element.js.map +1 -1
- package/dist/esm/standard/elements/closure-controller.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/closure-controller.element.js +0 -1
- package/dist/esm/standard/elements/closure-controller.element.js.map +1 -1
- package/dist/esm/standard/elements/concentration-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/concentration-measurement.element.js +12 -4
- package/dist/esm/standard/elements/concentration-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/content-launcher.element.js +7 -7
- package/dist/esm/standard/elements/content-launcher.element.js.map +1 -1
- package/dist/esm/standard/elements/definitions.d.ts +7 -0
- package/dist/esm/standard/elements/definitions.d.ts.map +1 -1
- package/dist/esm/standard/elements/definitions.js +7 -0
- package/dist/esm/standard/elements/definitions.js.map +1 -1
- package/dist/esm/standard/elements/flow-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/flow-measurement.element.js +13 -4
- package/dist/esm/standard/elements/flow-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/general-commissioning.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/general-commissioning.element.js +6 -4
- package/dist/esm/standard/elements/general-commissioning.element.js.map +1 -1
- package/dist/esm/standard/elements/general-diagnostics.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/general-diagnostics.element.js +17 -1
- package/dist/esm/standard/elements/general-diagnostics.element.js.map +1 -1
- package/dist/esm/standard/elements/group-key-management.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/group-key-management.element.js +21 -3
- package/dist/esm/standard/elements/group-key-management.element.js.map +1 -1
- package/dist/esm/standard/elements/groupcast.element.d.ts +8 -0
- package/dist/esm/standard/elements/groupcast.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/groupcast.element.js +185 -0
- package/dist/esm/standard/elements/groupcast.element.js.map +6 -0
- package/dist/esm/standard/elements/identified-human-activity.element.d.ts +8 -0
- package/dist/esm/standard/elements/identified-human-activity.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/identified-human-activity.element.js +28 -0
- package/dist/esm/standard/elements/identified-human-activity.element.js.map +6 -0
- package/dist/esm/standard/elements/identified-object.element.d.ts +8 -0
- package/dist/esm/standard/elements/identified-object.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/identified-object.element.js +31 -0
- package/dist/esm/standard/elements/identified-object.element.js.map +6 -0
- package/dist/esm/standard/elements/identified-sound.element.d.ts +8 -0
- package/dist/esm/standard/elements/identified-sound.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/identified-sound.element.js +40 -0
- package/dist/esm/standard/elements/identified-sound.element.js.map +6 -0
- package/dist/esm/standard/elements/illuminance-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/illuminance-measurement.element.js +13 -5
- package/dist/esm/standard/elements/illuminance-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/joint-fabric-administrator-cluster.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/joint-fabric-administrator-cluster.element.js +20 -18
- package/dist/esm/standard/elements/joint-fabric-administrator-cluster.element.js.map +1 -1
- package/dist/esm/standard/elements/joint-fabric-datastore.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/joint-fabric-datastore.element.js +143 -62
- package/dist/esm/standard/elements/joint-fabric-datastore.element.js.map +1 -1
- package/dist/esm/standard/elements/mode-base.element.js +1 -1
- package/dist/esm/standard/elements/mode-base.element.js.map +1 -1
- package/dist/esm/standard/elements/models.d.ts +7 -0
- package/dist/esm/standard/elements/models.d.ts.map +1 -1
- package/dist/esm/standard/elements/models.js +14 -0
- package/dist/esm/standard/elements/models.js.map +1 -1
- package/dist/esm/standard/elements/namespace.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/namespace.element.js +4 -1
- package/dist/esm/standard/elements/namespace.element.js.map +1 -1
- package/dist/esm/standard/elements/network-commissioning.element.js +14 -14
- package/dist/esm/standard/elements/network-commissioning.element.js.map +1 -1
- package/dist/esm/standard/elements/network-infrastructure-manager.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/network-infrastructure-manager.element.js +6 -0
- package/dist/esm/standard/elements/network-infrastructure-manager.element.js.map +1 -1
- package/dist/esm/standard/elements/occupancy-sensing.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/occupancy-sensing.element.js +4 -3
- package/dist/esm/standard/elements/occupancy-sensing.element.js.map +1 -1
- package/dist/esm/standard/elements/power-topology.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/power-topology.element.js +1 -9
- package/dist/esm/standard/elements/power-topology.element.js.map +1 -1
- package/dist/esm/standard/elements/pressure-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/pressure-measurement.element.js +18 -8
- package/dist/esm/standard/elements/pressure-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/push-av-stream-transport.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/push-av-stream-transport.element.js +1 -3
- package/dist/esm/standard/elements/push-av-stream-transport.element.js.map +1 -1
- package/dist/esm/standard/elements/rain-sensor.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/rain-sensor.element.js +3 -2
- package/dist/esm/standard/elements/rain-sensor.element.js.map +1 -1
- package/dist/esm/standard/elements/refrigerator-device.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/refrigerator-device.element.js +4 -1
- package/dist/esm/standard/elements/refrigerator-device.element.js.map +1 -1
- package/dist/esm/standard/elements/relative-humidity-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/relative-humidity-measurement.element.js +12 -4
- package/dist/esm/standard/elements/relative-humidity-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/root-node.element.js +1 -1
- package/dist/esm/standard/elements/root-node.element.js.map +1 -1
- package/dist/esm/standard/elements/smoke-co-alarm-cluster.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/smoke-co-alarm-cluster.element.js +4 -2
- package/dist/esm/standard/elements/smoke-co-alarm-cluster.element.js.map +1 -1
- package/dist/esm/standard/elements/software-diagnostics.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/software-diagnostics.element.js +12 -4
- package/dist/esm/standard/elements/software-diagnostics.element.js.map +1 -1
- package/dist/esm/standard/elements/temperature-alarm.element.d.ts +8 -0
- package/dist/esm/standard/elements/temperature-alarm.element.d.ts.map +1 -0
- package/dist/esm/standard/elements/temperature-alarm.element.js +146 -0
- package/dist/esm/standard/elements/temperature-alarm.element.js.map +6 -0
- package/dist/esm/standard/elements/temperature-controlled-cabinet.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/temperature-controlled-cabinet.element.js +2 -1
- package/dist/esm/standard/elements/temperature-controlled-cabinet.element.js.map +1 -1
- package/dist/esm/standard/elements/temperature-measurement.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/temperature-measurement.element.js +13 -4
- package/dist/esm/standard/elements/temperature-measurement.element.js.map +1 -1
- package/dist/esm/standard/elements/thermostat-cluster.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/thermostat-cluster.element.js +144 -3
- package/dist/esm/standard/elements/thermostat-cluster.element.js.map +1 -1
- package/dist/esm/standard/elements/thermostat-device.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/thermostat-device.element.js +3 -2
- package/dist/esm/standard/elements/thermostat-device.element.js.map +1 -1
- package/dist/esm/standard/elements/water-freeze-detector.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/water-freeze-detector.element.js +3 -2
- package/dist/esm/standard/elements/water-freeze-detector.element.js.map +1 -1
- package/dist/esm/standard/elements/water-leak-detector.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/water-leak-detector.element.js +3 -2
- package/dist/esm/standard/elements/water-leak-detector.element.js.map +1 -1
- package/dist/esm/standard/elements/web-rtc-transport-provider.element.d.ts.map +1 -1
- package/dist/esm/standard/elements/web-rtc-transport-provider.element.js +1 -10
- package/dist/esm/standard/elements/web-rtc-transport-provider.element.js.map +1 -1
- package/dist/esm/standard/resources/access-control.resource.js +68 -21
- package/dist/esm/standard/resources/access-control.resource.js.map +1 -1
- package/dist/esm/standard/resources/account-login.resource.js +3 -3
- package/dist/esm/standard/resources/ambient-context-sensing.resource.d.ts +7 -0
- package/dist/esm/standard/resources/ambient-context-sensing.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/ambient-context-sensing.resource.js +240 -0
- package/dist/esm/standard/resources/ambient-context-sensing.resource.js.map +6 -0
- package/dist/esm/standard/resources/base.resource.js +38 -8
- package/dist/esm/standard/resources/base.resource.js.map +1 -1
- package/dist/esm/standard/resources/basic-information.resource.js +24 -0
- package/dist/esm/standard/resources/basic-information.resource.js.map +1 -1
- package/dist/esm/standard/resources/boolean-state-configuration.resource.js +7 -1
- package/dist/esm/standard/resources/boolean-state-configuration.resource.js.map +1 -1
- package/dist/esm/standard/resources/boolean-state.resource.js +14 -3
- package/dist/esm/standard/resources/boolean-state.resource.js.map +1 -1
- package/dist/esm/standard/resources/camera-av-stream-management.resource.js +7 -1
- package/dist/esm/standard/resources/camera-av-stream-management.resource.js.map +1 -1
- package/dist/esm/standard/resources/certification-type-enum.resource.d.ts +7 -0
- package/dist/esm/standard/resources/certification-type-enum.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/certification-type-enum.resource.js +21 -0
- package/dist/esm/standard/resources/certification-type-enum.resource.js.map +6 -0
- package/dist/esm/standard/resources/closure-controller.resource.js +0 -1
- package/dist/esm/standard/resources/closure-controller.resource.js.map +1 -1
- package/dist/esm/standard/resources/color-control.resource.js +12 -12
- package/dist/esm/standard/resources/color-control.resource.js.map +1 -1
- package/dist/esm/standard/resources/energy-preference.resource.js +1 -1
- package/dist/esm/standard/resources/energy-preference.resource.js.map +1 -1
- package/dist/esm/standard/resources/general-commissioning.resource.js +2 -2
- package/dist/esm/standard/resources/general-diagnostics.resource.js +44 -0
- package/dist/esm/standard/resources/general-diagnostics.resource.js.map +1 -1
- package/dist/esm/standard/resources/group-key-management.resource.js +37 -15
- package/dist/esm/standard/resources/group-key-management.resource.js.map +1 -1
- package/dist/esm/standard/resources/groupcast.resource.d.ts +7 -0
- package/dist/esm/standard/resources/groupcast.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/groupcast.resource.js +374 -0
- package/dist/esm/standard/resources/groupcast.resource.js.map +6 -0
- package/dist/esm/standard/resources/groups.resource.js +1 -1
- package/dist/esm/standard/resources/groups.resource.js.map +1 -1
- package/dist/esm/standard/resources/icd-management.resource.js +1 -1
- package/dist/esm/standard/resources/icd-management.resource.js.map +1 -1
- package/dist/esm/standard/resources/identified-human-activity.resource.d.ts +7 -0
- package/dist/esm/standard/resources/identified-human-activity.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/identified-human-activity.resource.js +25 -0
- package/dist/esm/standard/resources/identified-human-activity.resource.js.map +6 -0
- package/dist/esm/standard/resources/identified-object.resource.d.ts +7 -0
- package/dist/esm/standard/resources/identified-object.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/identified-object.resource.js +28 -0
- package/dist/esm/standard/resources/identified-object.resource.js.map +6 -0
- package/dist/esm/standard/resources/identified-sound.resource.d.ts +7 -0
- package/dist/esm/standard/resources/identified-sound.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/identified-sound.resource.js +41 -0
- package/dist/esm/standard/resources/identified-sound.resource.js.map +6 -0
- package/dist/esm/standard/resources/index.d.ts +7 -0
- package/dist/esm/standard/resources/index.d.ts.map +1 -1
- package/dist/esm/standard/resources/index.js +7 -0
- package/dist/esm/standard/resources/index.js.map +1 -1
- package/dist/esm/standard/resources/joint-fabric-administrator-cluster.resource.js +23 -18
- package/dist/esm/standard/resources/joint-fabric-administrator-cluster.resource.js.map +1 -1
- package/dist/esm/standard/resources/joint-fabric-datastore.resource.js +353 -39
- package/dist/esm/standard/resources/joint-fabric-datastore.resource.js.map +1 -1
- package/dist/esm/standard/resources/mode-base.resource.js +1 -1
- package/dist/esm/standard/resources/namespace.resource.js +15 -0
- package/dist/esm/standard/resources/namespace.resource.js.map +1 -1
- package/dist/esm/standard/resources/network-commissioning.resource.js +13 -13
- package/dist/esm/standard/resources/network-commissioning.resource.js.map +1 -1
- package/dist/esm/standard/resources/network-infrastructure-manager.resource.js +12 -6
- package/dist/esm/standard/resources/network-infrastructure-manager.resource.js.map +1 -1
- package/dist/esm/standard/resources/occupancy-sensing.resource.js +2 -1
- package/dist/esm/standard/resources/occupancy-sensing.resource.js.map +1 -1
- package/dist/esm/standard/resources/on-off.resource.js +2 -2
- package/dist/esm/standard/resources/on-off.resource.js.map +1 -1
- package/dist/esm/standard/resources/oven-mode.resource.js +1 -1
- package/dist/esm/standard/resources/oven-mode.resource.js.map +1 -1
- package/dist/esm/standard/resources/power-topology.resource.js +2 -28
- package/dist/esm/standard/resources/power-topology.resource.js.map +1 -1
- package/dist/esm/standard/resources/push-av-stream-transport.resource.js +3 -15
- package/dist/esm/standard/resources/push-av-stream-transport.resource.js.map +1 -1
- package/dist/esm/standard/resources/refrigerator-device.resource.js +1 -0
- package/dist/esm/standard/resources/refrigerator-device.resource.js.map +1 -1
- package/dist/esm/standard/resources/smoke-co-alarm-cluster.resource.js +10 -2
- package/dist/esm/standard/resources/smoke-co-alarm-cluster.resource.js.map +1 -1
- package/dist/esm/standard/resources/temperature-alarm.resource.d.ts +7 -0
- package/dist/esm/standard/resources/temperature-alarm.resource.d.ts.map +1 -0
- package/dist/esm/standard/resources/temperature-alarm.resource.js +182 -0
- package/dist/esm/standard/resources/temperature-alarm.resource.js.map +6 -0
- package/dist/esm/standard/resources/temperature-controlled-cabinet.resource.js +1 -0
- package/dist/esm/standard/resources/temperature-controlled-cabinet.resource.js.map +1 -1
- package/dist/esm/standard/resources/thermostat-cluster.resource.js +459 -135
- package/dist/esm/standard/resources/thermostat-cluster.resource.js.map +1 -1
- package/dist/esm/standard/resources/thermostat-device.resource.js +2 -1
- package/dist/esm/standard/resources/thermostat-device.resource.js.map +1 -1
- package/dist/esm/standard/resources/web-rtc-transport-definitions.resource.js +21 -21
- package/dist/esm/standard/resources/web-rtc-transport-provider.resource.js +42 -80
- package/dist/esm/standard/resources/web-rtc-transport-provider.resource.js.map +1 -1
- package/dist/esm/standard/resources/window-covering-cluster.resource.js +14 -14
- package/package.json +3 -3
- package/src/aspects/Quality.ts +1 -1
- package/src/common/DeviceClassification.ts +6 -6
- package/src/common/Specification.ts +2 -2
- package/src/dts/Specifications.d.ts +17 -0
- package/src/logic/cluster-variance/InferredComponents.ts +43 -3
- package/src/standard/elements/access-control.element.ts +26 -2
- package/src/standard/elements/ambient-context-sensing.element.ts +140 -0
- package/src/standard/elements/base.element.ts +1 -1
- package/src/standard/elements/basic-information.element.ts +15 -2
- package/src/standard/elements/boolean-state-configuration.element.ts +4 -3
- package/src/standard/elements/boolean-state.element.ts +8 -4
- package/src/standard/elements/bridged-device-basic-information.element.ts +2 -2
- package/src/standard/elements/camera-av-stream-management.element.ts +8 -3
- package/src/standard/elements/certification-type-enum.element.ts +19 -0
- package/src/standard/elements/chime-cluster.element.ts +2 -2
- package/src/standard/elements/closure-controller.element.ts +0 -1
- package/src/standard/elements/concentration-measurement.element.ts +7 -4
- package/src/standard/elements/content-launcher.element.ts +7 -7
- package/src/standard/elements/definitions.ts +7 -0
- package/src/standard/elements/flow-measurement.element.ts +7 -4
- package/src/standard/elements/general-commissioning.element.ts +6 -4
- package/src/standard/elements/general-diagnostics.element.ts +14 -1
- package/src/standard/elements/group-key-management.element.ts +19 -3
- package/src/standard/elements/groupcast.element.ts +165 -0
- package/src/standard/elements/identified-human-activity.element.ts +29 -0
- package/src/standard/elements/identified-object.element.ts +32 -0
- package/src/standard/elements/identified-sound.element.ts +41 -0
- package/src/standard/elements/illuminance-measurement.element.ts +8 -5
- package/src/standard/elements/joint-fabric-administrator-cluster.element.ts +21 -19
- package/src/standard/elements/joint-fabric-datastore.element.ts +101 -60
- package/src/standard/elements/mode-base.element.ts +1 -1
- package/src/standard/elements/models.ts +7 -0
- package/src/standard/elements/namespace.element.ts +4 -1
- package/src/standard/elements/network-commissioning.element.ts +14 -14
- package/src/standard/elements/network-infrastructure-manager.element.ts +6 -0
- package/src/standard/elements/occupancy-sensing.element.ts +4 -3
- package/src/standard/elements/power-topology.element.ts +1 -10
- package/src/standard/elements/pressure-measurement.element.ts +11 -8
- package/src/standard/elements/push-av-stream-transport.element.ts +1 -3
- package/src/standard/elements/rain-sensor.element.ts +3 -2
- package/src/standard/elements/refrigerator-device.element.ts +4 -1
- package/src/standard/elements/relative-humidity-measurement.element.ts +7 -4
- package/src/standard/elements/root-node.element.ts +1 -1
- package/src/standard/elements/smoke-co-alarm-cluster.element.ts +4 -2
- package/src/standard/elements/software-diagnostics.element.ts +9 -4
- package/src/standard/elements/temperature-alarm.element.ts +109 -0
- package/src/standard/elements/temperature-controlled-cabinet.element.ts +2 -1
- package/src/standard/elements/temperature-measurement.element.ts +7 -4
- package/src/standard/elements/thermostat-cluster.element.ts +123 -3
- package/src/standard/elements/thermostat-device.element.ts +3 -2
- package/src/standard/elements/water-freeze-detector.element.ts +3 -2
- package/src/standard/elements/water-leak-detector.element.ts +3 -2
- package/src/standard/elements/web-rtc-transport-provider.element.ts +1 -11
- package/src/standard/resources/access-control.resource.ts +111 -21
- package/src/standard/resources/account-login.resource.ts +3 -3
- package/src/standard/resources/ambient-context-sensing.resource.ts +288 -0
- package/src/standard/resources/base.resource.ts +26 -8
- package/src/standard/resources/basic-information.resource.ts +29 -0
- package/src/standard/resources/boolean-state-configuration.resource.ts +6 -1
- package/src/standard/resources/boolean-state.resource.ts +12 -3
- package/src/standard/resources/camera-av-stream-management.resource.ts +17 -1
- package/src/standard/resources/certification-type-enum.resource.ts +22 -0
- package/src/standard/resources/closure-controller.resource.ts +0 -2
- package/src/standard/resources/color-control.resource.ts +12 -13
- package/src/standard/resources/energy-preference.resource.ts +1 -5
- package/src/standard/resources/general-commissioning.resource.ts +4 -4
- package/src/standard/resources/general-diagnostics.resource.ts +48 -0
- package/src/standard/resources/group-key-management.resource.ts +106 -41
- package/src/standard/resources/groupcast.resource.ts +568 -0
- package/src/standard/resources/groups.resource.ts +10 -1
- package/src/standard/resources/icd-management.resource.ts +2 -1
- package/src/standard/resources/identified-human-activity.resource.ts +28 -0
- package/src/standard/resources/identified-object.resource.ts +47 -0
- package/src/standard/resources/identified-sound.resource.ts +46 -0
- package/src/standard/resources/index.ts +7 -0
- package/src/standard/resources/joint-fabric-administrator-cluster.resource.ts +21 -22
- package/src/standard/resources/joint-fabric-datastore.resource.ts +814 -581
- package/src/standard/resources/mode-base.resource.ts +1 -1
- package/src/standard/resources/namespace.resource.ts +37 -0
- package/src/standard/resources/network-commissioning.resource.ts +28 -22
- package/src/standard/resources/network-infrastructure-manager.resource.ts +12 -6
- package/src/standard/resources/occupancy-sensing.resource.ts +2 -1
- package/src/standard/resources/on-off.resource.ts +15 -5
- package/src/standard/resources/oven-mode.resource.ts +6 -4
- package/src/standard/resources/power-topology.resource.ts +2 -25
- package/src/standard/resources/push-av-stream-transport.resource.ts +4 -18
- package/src/standard/resources/refrigerator-device.resource.ts +1 -0
- package/src/standard/resources/smoke-co-alarm-cluster.resource.ts +27 -2
- package/src/standard/resources/temperature-alarm.resource.ts +165 -0
- package/src/standard/resources/temperature-controlled-cabinet.resource.ts +1 -0
- package/src/standard/resources/thermostat-cluster.resource.ts +492 -135
- package/src/standard/resources/thermostat-device.resource.ts +2 -1
- package/src/standard/resources/web-rtc-transport-definitions.resource.ts +21 -21
- package/src/standard/resources/web-rtc-transport-provider.resource.ts +42 -80
- package/src/standard/resources/window-covering-cluster.resource.ts +14 -14
|
@@ -10,7 +10,7 @@ import_Resource.Resource.add({
|
|
|
10
10
|
name: "JointFabricDatastore",
|
|
11
11
|
pics: "JFDS",
|
|
12
12
|
xref: "core\xA711.24",
|
|
13
|
-
details: "The Joint Fabric Datastore Cluster is a cluster that provides a mechanism for the Joint Fabric Administrators to manage the set of Nodes, Groups, and Group membership among Nodes in the Joint Fabric.\nWhen an Ecosystem Administrator Node is commissioned onto the Joint Fabric, the Ecosystem Administrator Node has no knowledge of what Nodes and Groups are present, or what set-up information related to the Joint Fabric is provided by the user. To address lack of knowledge, the Joint Fabric Datastore provides the information required for all Ecosystem Administrators to maintain a consistent view of the Joint Fabric including Nodes, Groups, settings and privileges.\nThe Joint Fabric Datastore contains the access control configuration for the Joint Fabric - the groups, the group keys, the group membership (expressed in terms of binding and ACL entries), as well as the CAT value and version for each group. This section describes how all changes to the Joint Fabric access control configuration are made via the Joint Fabric Datastore: a change is first made to the Datastore where the impacted configuration of individual nodes is marked as pending; the Datastore is then responsible for propagating the change to all impacted nodes and then updating its per-node (and sometimes per-endpoint) pending state to committed.\nThe Joint Fabric Datastore cluster server shall only be accessible on a Node which is acting as the Joint Fabric Anchor Administrator. When not acting as the Joint Fabric Anchor Administrator, the Joint Fabric Datastore cluster shall NOT be accessible.\nThe Admin level of access to the Joint Fabric Datastore cluster server shall be limited to JF Administrator Nodes identified using the Administrator CAT
|
|
13
|
+
details: "The Joint Fabric Datastore Cluster is a cluster that provides a mechanism for the Joint Fabric Administrators to manage the set of Nodes, Groups, and Group membership among Nodes in the Joint Fabric.\nWhen an Ecosystem Administrator Node is commissioned onto the Joint Fabric, the Ecosystem Administrator Node has no knowledge of what Nodes and Groups are present, or what set-up information related to the Joint Fabric is provided by the user. To address lack of knowledge, the Joint Fabric Datastore provides the information required for all Ecosystem Administrators to maintain a consistent view of the Joint Fabric including Nodes, Groups, settings and privileges.\nThe Joint Fabric Datastore contains the access control configuration for the Joint Fabric - the groups, the group keys, the group membership (expressed in terms of binding and ACL entries), as well as the CAT value and version for each group. This section describes how all changes to the Joint Fabric access control configuration are made via the Joint Fabric Datastore: a change is first made to the Datastore where the impacted configuration of individual nodes is marked as pending; the Datastore is then responsible for propagating the change to all impacted nodes and then updating its per-node (and sometimes per-endpoint) pending state to committed.\nThe Joint Fabric Datastore cluster server shall only be accessible on a Node which is acting as the Joint Fabric Anchor Administrator. When not acting as the Joint Fabric Anchor Administrator, the Joint Fabric Datastore cluster shall NOT be accessible.\nThe Admin level of access to the Joint Fabric Datastore cluster server shall be limited to JF Administrator Nodes identified using the Administrator CAT.",
|
|
14
14
|
children: [
|
|
15
15
|
{
|
|
16
16
|
tag: "attribute",
|
|
@@ -34,7 +34,7 @@ import_Resource.Resource.add({
|
|
|
34
34
|
tag: "attribute",
|
|
35
35
|
name: "FriendlyName",
|
|
36
36
|
xref: "core\xA711.24.6.4",
|
|
37
|
-
details: "Friendly name for the accessing fabric
|
|
37
|
+
details: "Friendly name for the accessing fabric."
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
tag: "attribute",
|
|
@@ -46,7 +46,7 @@ import_Resource.Resource.add({
|
|
|
46
46
|
tag: "attribute",
|
|
47
47
|
name: "GroupList",
|
|
48
48
|
xref: "core\xA711.24.6.6",
|
|
49
|
-
details: "This shall indicate the list of groups in the Joint Fabric for the accessing fabric.\nThis list
|
|
49
|
+
details: "This shall indicate the list of groups in the Joint Fabric for the accessing fabric.\nThis list shall include, at a minimum, one group with GroupCAT value set to Administrator CAT and one group with GroupCAT value set to Anchor CAT."
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
tag: "attribute",
|
|
@@ -58,163 +58,483 @@ import_Resource.Resource.add({
|
|
|
58
58
|
tag: "attribute",
|
|
59
59
|
name: "AdminList",
|
|
60
60
|
xref: "core\xA711.24.6.8",
|
|
61
|
-
details: "This shall indicate the list of administrators in the Joint Fabric for the accessing fabric.\nOnly one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.\
|
|
61
|
+
details: "This shall indicate the list of administrators in the Joint Fabric for the accessing fabric.\nOnly one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.\nAn empty list indicates that the Joint Fabric is not yet formed."
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
tag: "attribute",
|
|
65
65
|
name: "Status",
|
|
66
66
|
xref: "core\xA711.24.6.9",
|
|
67
|
-
details: "This shall indicate the current state of the Joint Fabric Datastore Cluster for the accessing fabric.\nThe Committed
|
|
67
|
+
details: "This shall indicate the current state of the Joint Fabric Datastore Cluster for the accessing fabric.\nThe value shall be one of the following states:\n - Committed - indicates the DataStore is ready for use.\n - Pending - indicates that the DataStore is not yet ready for use.\n - DeletePending - indicates that the DataStore is in the process of being transferred to another Joint Fabric Anchor Administrator."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
tag: "attribute",
|
|
71
71
|
name: "EndpointGroupIdList",
|
|
72
72
|
xref: "core\xA711.24.6.10",
|
|
73
|
-
details: "This shall indicate the group membership of endpoints in the accessing fabric
|
|
73
|
+
details: "This shall indicate the group membership of endpoints in the accessing fabric."
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
tag: "attribute",
|
|
77
77
|
name: "EndpointBindingList",
|
|
78
78
|
xref: "core\xA711.24.6.11",
|
|
79
|
-
details: "This shall indicate the binding list for endpoints in the accessing fabric
|
|
79
|
+
details: "This shall indicate the binding list for endpoints in the accessing fabric."
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
tag: "attribute",
|
|
83
83
|
name: "NodeKeySetList",
|
|
84
84
|
xref: "core\xA711.24.6.12",
|
|
85
|
-
details: "This shall indicate the KeySet entries for nodes in the accessing fabric
|
|
85
|
+
details: "This shall indicate the KeySet entries for nodes in the accessing fabric."
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
tag: "attribute",
|
|
89
89
|
name: "NodeAclList",
|
|
90
90
|
xref: "core\xA711.24.6.13",
|
|
91
|
-
details: "This shall indicate the ACL entries for nodes in the accessing fabric
|
|
91
|
+
details: "This shall indicate the ACL entries for nodes in the accessing fabric."
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
tag: "attribute",
|
|
95
95
|
name: "NodeEndpointList",
|
|
96
96
|
xref: "core\xA711.24.6.14",
|
|
97
|
-
details: "This shall indicate the Endpoint entries for nodes in the accessing fabric
|
|
97
|
+
details: "This shall indicate the Endpoint entries for nodes in the accessing fabric."
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
tag: "command",
|
|
101
101
|
name: "AddKeySet",
|
|
102
102
|
xref: "core\xA711.24.7.1",
|
|
103
|
-
details: "
|
|
103
|
+
details: "Upon receipt, this shall add a KeySet to the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
104
|
+
children: [{
|
|
105
|
+
tag: "field",
|
|
106
|
+
name: "GroupKeySet",
|
|
107
|
+
xref: "core\xA711.24.7.1.1",
|
|
108
|
+
details: "This field shall indicate the KeySet to be added to the Joint Fabric Datastore Cluster.\nThe Datastore shall:\n 1. Ensure there are no KeySets in the KeySetList attribute with the given GroupKeySetID.\n 2. If a match is found, then this command shall fail with a CONSTRAINT_ERROR status code.\n 3. Add the Epoch Key Entry for the KeySet to the KeySetList attribute."
|
|
109
|
+
}]
|
|
104
110
|
},
|
|
105
111
|
{
|
|
106
112
|
tag: "command",
|
|
107
113
|
name: "UpdateKeySet",
|
|
108
114
|
xref: "core\xA711.24.7.2",
|
|
109
|
-
details: "
|
|
115
|
+
details: "Upon receipt, this shall update a KeySet in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
116
|
+
children: [{
|
|
117
|
+
tag: "field",
|
|
118
|
+
name: "GroupKeySet",
|
|
119
|
+
xref: "core\xA711.24.7.2.1",
|
|
120
|
+
details: "This field shall indicate the KeySet to be updated in the Joint Fabric Datastore Cluster.\nThe Datastore shall:\n 1. Find the Epoch Key Entry for the KeySet in the KeySetList attribute with the given GroupKeySetID, and update any changed fields.\n 2. If entry is not found, then this command shall fail with a NOT_FOUND status code.\n 3. If any fields are changed as a result of this command:\n 1. Iterate through each DatastoreNodeInformationEntryStruct:\n 1. If the NodeKeySetList contains an entry with the given GroupKeySetID:\n 1. Update the Status on the given DatastoreNodeKeySetEntryStruct tp Pending.\n 2. Update the GroupKeySet on the given Node with the new values.\n 1. If successful, update the Status on this DatastoreNodeKeySetEntryStruct to Committed.\n 2. If not successful, update the State field of the StatusEntry on this DatastoreNodeKeySetEntryStruct to CommitFailed and FailureCode code to the returned error. The pending change shall be applied in a subsequent Node Refresh."
|
|
121
|
+
}]
|
|
110
122
|
},
|
|
111
123
|
{
|
|
112
124
|
tag: "command",
|
|
113
125
|
name: "RemoveKeySet",
|
|
114
126
|
xref: "core\xA711.24.7.3",
|
|
115
|
-
details: "
|
|
127
|
+
details: "Upon receipt, this shall remove a KeySet from the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
128
|
+
children: [{
|
|
129
|
+
tag: "field",
|
|
130
|
+
name: "GroupKeySetId",
|
|
131
|
+
xref: "core\xA711.24.7.3.1",
|
|
132
|
+
details: "This field shall indicate the unique identifier for the KeySet to be removed from the Joint Fabric Datastore Cluster.\nAttempt to remove the IPK, which has GroupKeySetID of 0, shall fail with response CONSTRAINT_ERROR.\nThe Datastore shall:\n 1. If entry is not found, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure there are no Nodes using this KeySet. To do this:\n 1. Iterate through each DatastoreNodeInformationEntryStruct:\n 1. If the NodeKeySetList list contains an entry with the given GroupKeySetID, and the entry does NOT have Status DeletePending, then this command shall fail with a CONSTRAINT_ERROR status code.\n 3. Remove the DatastoreGroupKeySetStruct for the given GroupKeySetID from the GroupKeySetList attribute."
|
|
133
|
+
}]
|
|
116
134
|
},
|
|
117
135
|
{
|
|
118
136
|
tag: "command",
|
|
119
137
|
name: "AddGroup",
|
|
120
138
|
xref: "core\xA711.24.7.4",
|
|
121
|
-
details: "
|
|
139
|
+
details: "Upon receipt, this shall add a group to the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
140
|
+
children: [
|
|
141
|
+
{
|
|
142
|
+
tag: "field",
|
|
143
|
+
name: "GroupId",
|
|
144
|
+
xref: "core\xA711.24.7.4.1",
|
|
145
|
+
details: "This field shall indicate the unique identifier for the group to be added to the Joint Fabric Datastore Cluster."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
tag: "field",
|
|
149
|
+
name: "FriendlyName",
|
|
150
|
+
xref: "core\xA711.24.7.4.2",
|
|
151
|
+
details: "This field shall indicate the friendly name for the group."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
tag: "field",
|
|
155
|
+
name: "GroupKeySetId",
|
|
156
|
+
xref: "core\xA711.24.7.4.3",
|
|
157
|
+
details: "This field shall indicate the unique identifier for the group key set."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
tag: "field",
|
|
161
|
+
name: "GroupCat",
|
|
162
|
+
xref: "core\xA711.24.7.4.4",
|
|
163
|
+
details: "This field shall indicate the CAT value for this group.\nGroupCAT values shall fall within the range 1 to 65534. Attempts to add a group with a GroupCAT value of Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR."
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
tag: "field",
|
|
167
|
+
name: "GroupCatVersion",
|
|
168
|
+
xref: "core\xA711.24.7.4.5",
|
|
169
|
+
details: "This field shall indicate the current version number for this CAT."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
tag: "field",
|
|
173
|
+
name: "GroupPermission",
|
|
174
|
+
xref: "core\xA711.24.7.4.6",
|
|
175
|
+
details: "This field shall indicate the permission level associated with ACL entries for this group.\nThe Datastore shall:\n 1. Ensure there are no Groups in the GroupList attribute with the given GroupID. If a match is found, then this command shall fail with a CONSTRAINT_ERROR status code.\n 2. Add the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to the GroupList attribute."
|
|
176
|
+
}
|
|
177
|
+
]
|
|
122
178
|
},
|
|
123
179
|
{
|
|
124
180
|
tag: "command",
|
|
125
181
|
name: "UpdateGroup",
|
|
126
182
|
xref: "core\xA711.24.7.5",
|
|
127
|
-
details: "
|
|
183
|
+
details: "Upon receipt, this shall update a group in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
184
|
+
children: [
|
|
185
|
+
{
|
|
186
|
+
tag: "field",
|
|
187
|
+
name: "GroupId",
|
|
188
|
+
xref: "core\xA711.24.7.5.1",
|
|
189
|
+
details: "This field shall indicate the group to be updated in the Joint Fabric Datastore Cluster."
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
tag: "field",
|
|
193
|
+
name: "FriendlyName",
|
|
194
|
+
xref: "core\xA711.24.7.5.2",
|
|
195
|
+
details: "This field shall indicate the friendly name for the group. NULL values will be ignored (not updated)."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
tag: "field",
|
|
199
|
+
name: "GroupKeySetId",
|
|
200
|
+
xref: "core\xA711.24.7.5.3",
|
|
201
|
+
details: "This field shall indicate the unique identifier for the group key set. NULL values will be ignored (not updated)."
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
tag: "field",
|
|
205
|
+
name: "GroupCat",
|
|
206
|
+
xref: "core\xA711.24.7.5.4",
|
|
207
|
+
details: "This field shall indicate the CAT value for this group. NULL values will be ignored (not updated).\nGroupCAT values shall fall within the range 1 to 65534. Attempts to update the GroupCAT on an existing group which has a GroupCAT value of Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.\nAttempts to set the GroupCAT to Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
tag: "field",
|
|
211
|
+
name: "GroupCatVersion",
|
|
212
|
+
xref: "core\xA711.24.7.5.5",
|
|
213
|
+
details: "This field shall indicate the current version number for this CAT. NULL values will be ignored (not updated)."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
tag: "field",
|
|
217
|
+
name: "GroupPermission",
|
|
218
|
+
xref: "core\xA711.24.7.5.6",
|
|
219
|
+
details: "This field shall indicate the permission level associated with ACL entries for this group. NULL values will be ignored (not updated).\nThe Datastore shall:\n 1. If entry is not found, then this command shall fail with a NOT_FOUND status code.\n 2. Update the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to match the non-NULL fields passed in.\n 3. If any fields are changed as a result of this command:\n 1. Iterate through each DatastoreNodeInformationEntryStruct:\n 1. If the GroupKeySetID changed:\n 1. Add a DatastoreNodeKeySetEntryStruct with the new GroupKeySetID, and Status set to Pending.\n 2. Add this KeySet to the Node.\n 1. If successful, Set the Status to Committed for this entry in the NodeKeySetList.\n 2. If not successful, Set the Status to CommitFailed and the FailureCode to the returned error. The pending change shall be applied in a subsequent Node Refresh.\n 1. If the NodeKeySetList list contains an entry with the previous GroupKeySetID:\n 3. Set the Status set to DeletePending.\n 4. Remove this KeySet from the Node.\n 1. If successful, Remove this entry from the NodeKeySetList.\n 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.\n 2. If the GroupCAT, GroupCATVersion or GroupPermission changed:\n 1. If the ACLList contains an entry for this Group, update the ACL List Entry in the Datastore with the new values and Status Pending, update the ACL attribute on the given Node with the new values. If the update succeeds, set the Status to Committed on the ACLList Entry in the Datastore.\n 3. If the FriendlyName changed:\n 1. Iterate through each DatastoreEndpointGroupIDEntryStruct in the EndpointGroupIDList attribute:\n 1. If the DatastoreEndpointGroupIDEntryStruct contains an entry with the given GroupID:\n 1. Update the DatastoreEndpointGroupIDEntryStruct Entry in the Datastore with the new values and Status Pending\n 2. Update the Groups on the given Node with the new values.\n 1. If the update succeeds, set the Status to Committed on the GroupIDList Entry in the Datastore.\n 2. If not successful, the pending change shall be applied in a subsequent Node Refresh."
|
|
220
|
+
}
|
|
221
|
+
]
|
|
128
222
|
},
|
|
129
223
|
{
|
|
130
224
|
tag: "command",
|
|
131
225
|
name: "RemoveGroup",
|
|
132
226
|
xref: "core\xA711.24.7.6",
|
|
133
|
-
details: "
|
|
227
|
+
details: "Upon receipt, this shall remove a group from the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
228
|
+
children: [{
|
|
229
|
+
tag: "field",
|
|
230
|
+
name: "GroupId",
|
|
231
|
+
xref: "core\xA711.24.7.6.1",
|
|
232
|
+
details: "This field shall indicate the unique identifier for the group to be removed from the Joint Fabric Datastore Cluster.\nAttempts to remove a group with GroupCAT value set to Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.\nThe Datastore shall:\n 1. If entry is not found, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure there are no Nodes in this group. To do this:\n 1. Iterate through each DatastoreNodeInformationEntryStruct:\n 1. If the GroupIDList contains an entry with the given GroupID, and the entry does NOT have Status DeletePending, then this command shall fail with a CONSTRAINT_ERROR status code.\n 3. Remove the DatastoreGroupInformationEntryStruct for the Group with the given GroupID from the GroupList attribute."
|
|
233
|
+
}]
|
|
134
234
|
},
|
|
135
235
|
{
|
|
136
236
|
tag: "command",
|
|
137
237
|
name: "AddAdmin",
|
|
138
238
|
xref: "core\xA711.24.7.7",
|
|
139
|
-
details: "
|
|
239
|
+
details: "Upon receipt, this shall add an admin to the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
240
|
+
children: [
|
|
241
|
+
{
|
|
242
|
+
tag: "field",
|
|
243
|
+
name: "NodeId",
|
|
244
|
+
xref: "core\xA711.24.7.7.1",
|
|
245
|
+
details: "This field shall indicate the unique identifier for the admin node."
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
tag: "field",
|
|
249
|
+
name: "FriendlyName",
|
|
250
|
+
xref: "core\xA711.24.7.7.2",
|
|
251
|
+
details: "This field shall indicate the friendly name for the admin node."
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
tag: "field",
|
|
255
|
+
name: "VendorId",
|
|
256
|
+
xref: "core\xA711.24.7.7.3",
|
|
257
|
+
details: "This field shall indicate the Vendor ID for the admin node."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
tag: "field",
|
|
261
|
+
name: "Icac",
|
|
262
|
+
xref: "core\xA711.24.7.7.4",
|
|
263
|
+
details: "This field shall indicate the ICAC used to issue the NOC.\nThe Datastore shall:\n 1. Ensure there are no Admins in the AdminList attribute with the given NodeID. If a match is found, then this command shall fail with a CONSTRAINT_ERROR status code.\n 2. Add the DatastoreAdministratorInformationEntryStruct for the Admin with the given NodeID to the AdminList attribute."
|
|
264
|
+
}
|
|
265
|
+
]
|
|
140
266
|
},
|
|
141
267
|
{
|
|
142
268
|
tag: "command",
|
|
143
269
|
name: "UpdateAdmin",
|
|
144
270
|
xref: "core\xA711.24.7.8",
|
|
145
|
-
details: "
|
|
271
|
+
details: "Upon receipt, this shall update an admin entry in the AdminList attribute.",
|
|
272
|
+
children: [
|
|
273
|
+
{
|
|
274
|
+
tag: "field",
|
|
275
|
+
name: "NodeId",
|
|
276
|
+
xref: "core\xA711.24.7.8.1",
|
|
277
|
+
details: "This field shall indicate the admin to be updated in the Joint Fabric Datastore Cluster."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
tag: "field",
|
|
281
|
+
name: "FriendlyName",
|
|
282
|
+
xref: "core\xA711.24.7.8.2",
|
|
283
|
+
details: "This field shall indicate the friendly name for the admin node."
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
tag: "field",
|
|
287
|
+
name: "Icac",
|
|
288
|
+
xref: "core\xA711.24.7.8.3",
|
|
289
|
+
details: "This field shall indicate the ICAC used to issue the NOC.\nThe Datastore shall:\n 1. Find the entry in the AdminList attribute with the given NodeID, and update any changed fields.\n 2. If entry is not found, then this command shall fail with a NOT_FOUND status code."
|
|
290
|
+
}
|
|
291
|
+
]
|
|
146
292
|
},
|
|
147
293
|
{
|
|
148
294
|
tag: "command",
|
|
149
295
|
name: "RemoveAdmin",
|
|
150
296
|
xref: "core\xA711.24.7.9",
|
|
151
|
-
details: "
|
|
297
|
+
details: "Upon receipt, this shall remove an admin from the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
298
|
+
children: [{
|
|
299
|
+
tag: "field",
|
|
300
|
+
name: "NodeId",
|
|
301
|
+
xref: "core\xA711.24.7.9.1",
|
|
302
|
+
details: "This field shall indicate the unique identifier for the admin to be removed from the Joint Fabric Datastore Cluster.\nThe Datastore shall:\n 1. If an entry in the AdminList attribute with the given NodeID is not found, then this command shall fail with a NOT_FOUND status code.\n 2. Remove the DatastoreAdministratorInformationEntryStruct for the Admin with the given NodeID from the AdminList attribute."
|
|
303
|
+
}]
|
|
152
304
|
},
|
|
153
305
|
{
|
|
154
306
|
tag: "command",
|
|
155
307
|
name: "AddPendingNode",
|
|
156
308
|
xref: "core\xA711.24.7.10",
|
|
157
|
-
details: "
|
|
309
|
+
details: "Upon receipt, this shall add a node to the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
310
|
+
children: [
|
|
311
|
+
{
|
|
312
|
+
tag: "field",
|
|
313
|
+
name: "NodeId",
|
|
314
|
+
xref: "core\xA711.24.7.10.1",
|
|
315
|
+
details: "This field shall indicate the node to be added to the Joint Fabric Datastore Cluster."
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
tag: "field",
|
|
319
|
+
name: "FriendlyName",
|
|
320
|
+
xref: "core\xA711.24.7.10.2",
|
|
321
|
+
details: "This field shall indicate the friendly name for the node.\nIf a DatastoreNodeInformationEntryStruct exists for the given NodeID, then this command shall fail with a INVALID_CONSTRAINT status code.\nThe Datastore shall:\n 1. Add an entry for the given NodeID to the NodeList attribute and set the status for the DatastoreNodeInformationEntryStruct to Pending."
|
|
322
|
+
}
|
|
323
|
+
]
|
|
158
324
|
},
|
|
159
325
|
{
|
|
160
326
|
tag: "command",
|
|
161
327
|
name: "RefreshNode",
|
|
162
328
|
xref: "core\xA711.24.7.11",
|
|
163
|
-
details: "
|
|
329
|
+
details: "Upon receipt, this shall request that Datastore information relating to a Node of the accessing fabric is refreshed.",
|
|
330
|
+
children: [{
|
|
331
|
+
tag: "field",
|
|
332
|
+
name: "NodeId",
|
|
333
|
+
xref: "core\xA711.24.7.11.1",
|
|
334
|
+
details: "This field shall indicate the node for which Datastore information should be refreshed.\nThe Datastore shall:\n 1. Confirm that a DatastoreNodeInformationEntryStruct exists in the NodeList attribute for the given NodeID, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Update the CommissioningStatusEntry for the DatastoreNodeInformationEntryStruct to Pending.\n 3. Ensure the Endpoint List for the DatastoreNodeInformationEntryStruct with the given NodeID matches Endpoint list on the given Node. This involves the following steps:\n 1. Read the PartsList of the Descriptor cluster from the Node.\n 2. For each DatastoreEndpointEntryStruct in the NodeEndpointList attribute with the given NodeID that does not match an Endpoint ID in the PartsList, remove the DatastoreEndpointEntryStruct.\n 3. For each DatastoreEndpointEntryStruct in the NodeEndpointList attribute with the given NodeID that matches an Endpoint ID in the PartsList:\n 1. Check that each entry in Node's Group List occurs in the EndpointGroupIDList attribute.\n 1. Add any missing entries to the EndpointGroupIDList.\n 2. For any entries in the EndpointGroupIDList attribute with the given NodeId and EndpointId with Status of Pending:\n 1. Add the corresponding change to the Node's Group List.\n 1. If successful, mark the Status to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 3. For any entries in the EndpointGroupIDList attribute with the given NodeID and EndpointID with Status of DeletePending:\n 1. If successful, remove the corresponding entry from the Node's Group List.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 4. For any entries in the EndpointGroupIDList attribute with the given NodeID and EndpointID with Status of CommitFailure:\n 1. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the GroupIDList.\n 2. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent Node Refresh.\n 2. Check that each entry in Node's Binding List occurs in the EndpointBindingList attribute with the given NodeId and EndpointId.\n 1. Add any missing entries to the EndpointBindingList attribute.\n 2. For any entries in the EndpointBindingList attribute with the given NodeID and EndpointID with Status of Pending:\n 1. Add the corresponding change to the Node's Binding List.\n 1. If successful, mark the Status to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 3. For any entries in the EndpointBindingList attribute with the given NodeID and EndpointID with Status of DeletePending:\n 1. If successful, remove the corresponding entry from the Node's BindingList.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 4. For any entries in the EndpointBindingList attribute with the given NodeID and EndpointID with Status of CommitFailure:\n 1. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the BindingList.\n 2. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent Node Refresh.\n 4. Ensure the GroupKeySetList entries with the given NodeID match the Group Keys on the given Node. This involves the following steps:\n 1. Read the Group Keys from the Node.\n 2. For each DatastoreGroupKeySetStruct in the GroupKeySetList attribute for the given NodeID with a Pending Status:\n 1. Add the corresponding DatastoreGroupKeySetStruct to the Node's Group Key list.\n 1. If successful, mark the Status to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 3. For each DatastoreGroupKeySetStruct in the GroupKeySetList attribute for the given NodeID with a CommitFailure Status:\n 1. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the GroupKeySetList.\n 2. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent Node Refresh.\n 4. All remaining entries in the GroupKeySetList attribute for the given NodeId should be replaced by the remaining entries on the Node.\n 5. Ensure the NodeACLList attribute for the given NodeID matches the ACL attribute on the given Node. This involves the following steps:\n 1. Read the ACL attribute on the Node.\n 2. For each DatastoreACLEntryStruct in the ACLList attribute with the given NodeID with a Pending Status:\n 1. Add the corresponding DatastoreACLEntryStruct to the Node's ACL attribute.\n 1. If successful, mark the Status to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh.\n 3. For each DatastoreACLEntryStruct in the ACLList attribute with the given NodeID with a CommitFailure Status:\n 1. A CommitFailure with an unrecoverable FailureCode (i.e. RESOURCE_EXHAUSTED, CONSTRAINT_ERROR) shall be handled by removing the entry from the ACLList.\n 2. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent Node Refresh.\n 4. All remaining entries in the ACLList should be replaced by the remaining entries on the Node.\n 6. Update the CommissioningStatusEntry for the DatastoreNodeInformationEntryStruct to Committed."
|
|
335
|
+
}]
|
|
164
336
|
},
|
|
165
337
|
{
|
|
166
338
|
tag: "command",
|
|
167
339
|
name: "UpdateNode",
|
|
168
340
|
xref: "core\xA711.24.7.12",
|
|
169
|
-
details: "
|
|
341
|
+
details: "Upon receipt, this shall update the friendly name for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
342
|
+
children: [
|
|
343
|
+
{
|
|
344
|
+
tag: "field",
|
|
345
|
+
name: "NodeId",
|
|
346
|
+
xref: "core\xA711.24.7.12.1",
|
|
347
|
+
details: "This field shall indicate the node to be updated in the Joint Fabric Datastore Cluster."
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
tag: "field",
|
|
351
|
+
name: "FriendlyName",
|
|
352
|
+
xref: "core\xA711.24.7.12.2",
|
|
353
|
+
details: "This field shall indicate the friendly name for the node.\nThe Datastore shall:\n 1. If a DatastoreNodeInformationEntryStruct does not exist for the given NodeID in the NodeList attribute, then this command shall fail with a NOT_FOUND status code.\n 2. Update the FriendlyName field of the DatastoreNodeInformationEntryStruct with the given NodeID."
|
|
354
|
+
}
|
|
355
|
+
]
|
|
170
356
|
},
|
|
171
357
|
{
|
|
172
358
|
tag: "command",
|
|
173
359
|
name: "RemoveNode",
|
|
174
360
|
xref: "core\xA711.24.7.13",
|
|
175
|
-
details: "
|
|
361
|
+
details: "Upon receipt, this shall remove a node from the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
362
|
+
children: [{
|
|
363
|
+
tag: "field",
|
|
364
|
+
name: "NodeId",
|
|
365
|
+
xref: "core\xA711.24.7.13.1",
|
|
366
|
+
details: "This field shall indicate the unique identifier for the node to be removed from the Joint Fabric Datastore Cluster.\nThe Datastore shall:\n 1. If a DatastoreNodeInformationEntryStruct does not exist for the given NodeID in the NodeList attribute, then this command shall fail with a NOT_FOUND status code.\n 2. Remove the DatastoreNodeInformationEntryStruct with the given NodeID from the NodeList attribute."
|
|
367
|
+
}]
|
|
176
368
|
},
|
|
177
369
|
{
|
|
178
370
|
tag: "command",
|
|
179
371
|
name: "UpdateEndpointForNode",
|
|
180
372
|
xref: "core\xA711.24.7.14",
|
|
181
|
-
details: "
|
|
373
|
+
details: "Upon receipt, this shall update the state of an endpoint for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
374
|
+
children: [
|
|
375
|
+
{
|
|
376
|
+
tag: "field",
|
|
377
|
+
name: "EndpointId",
|
|
378
|
+
xref: "core\xA711.24.7.14.1",
|
|
379
|
+
details: "This field shall indicate the unique identifier for the endpoint to be updated in the Joint Fabric Datastore Cluster."
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
tag: "field",
|
|
383
|
+
name: "NodeId",
|
|
384
|
+
xref: "core\xA711.24.7.14.2",
|
|
385
|
+
details: "This field shall indicate the unique identifier for the node to which the endpoint belongs."
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
tag: "field",
|
|
389
|
+
name: "FriendlyName",
|
|
390
|
+
xref: "core\xA711.24.7.14.3",
|
|
391
|
+
details: "This field shall indicate the friendly name for the endpoint.\nThe Datastore shall:\n 1. If an DatastoreNodeInformationEntryStruct does not exist for the given NodeID and EndpointID in the NodeEndpointList attribute, then this command shall fail with a NOT_FOUND status code.\n 2. Update the FriendlyName field of the DatastoreNodeInformationEntryStruct with the given NodeID and EndpointID."
|
|
392
|
+
}
|
|
393
|
+
]
|
|
182
394
|
},
|
|
183
395
|
{
|
|
184
396
|
tag: "command",
|
|
185
397
|
name: "AddGroupIdToEndpointForNode",
|
|
186
398
|
xref: "core\xA711.24.7.15",
|
|
187
|
-
details: "
|
|
399
|
+
details: "Upon receipt, this shall add a Group ID to an endpoint for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
400
|
+
children: [
|
|
401
|
+
{
|
|
402
|
+
tag: "field",
|
|
403
|
+
name: "NodeId",
|
|
404
|
+
xref: "core\xA711.24.7.15.1",
|
|
405
|
+
details: "This field shall indicate the unique identifier for the node to which the endpoint belongs."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
tag: "field",
|
|
409
|
+
name: "EndpointId",
|
|
410
|
+
xref: "core\xA711.24.7.15.2",
|
|
411
|
+
details: "This field shall indicate the unique identifier for the endpoint to be updated in the Joint Fabric Datastore Cluster."
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
tag: "field",
|
|
415
|
+
name: "GroupId",
|
|
416
|
+
xref: "core\xA711.24.7.15.3",
|
|
417
|
+
details: "This field shall indicate the unique identifier for the group to be added to the endpoint.\nThe Datastore shall:\n 1. Confirm that an DatastoreNodeInformationEntryStruct exists for the given NodeID and EndpointID in the NodeEndpointList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the Group Key List for the DatastoreNodeInformationEntryStruct with the given NodeID includes the KeySet for the given Group ID. If it does not:\n 1. Add an entry for the KeySet of the given Group ID to the Group Key List for the Node. The new entry's status shall be set to Pending.\n 2. Add a Group Key Entry for this KeySet to the given Node ID.\n 1. If this succeeds, update the new KeySet entry in the Datastore to Committed.\n 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.\n 3. Ensure the Group List for the DatastoreNodeInformationEntryStruct with the given NodeID and EndpointID includes an entry for the given Group. If it does not:\n 1. Add a Group entry for the given Group ID to the Group List for the Endpoint and Node. The new entry's status shall be set to Pending.\n 2. Add this Group entry to the given Endpoint ID on the given Node ID.\n 1. If this succeeds, update the new Group entry in the Datastore to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
418
|
+
}
|
|
419
|
+
]
|
|
188
420
|
},
|
|
189
421
|
{
|
|
190
422
|
tag: "command",
|
|
191
423
|
name: "RemoveGroupIdFromEndpointForNode",
|
|
192
424
|
xref: "core\xA711.24.7.16",
|
|
193
|
-
details: "
|
|
425
|
+
details: "Upon receipt, this shall remove a Group ID from an endpoint for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
426
|
+
children: [
|
|
427
|
+
{
|
|
428
|
+
tag: "field",
|
|
429
|
+
name: "NodeId",
|
|
430
|
+
xref: "core\xA711.24.7.16.1",
|
|
431
|
+
details: "This field shall indicate the unique identifier for the node to which the endpoint belongs."
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
tag: "field",
|
|
435
|
+
name: "EndpointId",
|
|
436
|
+
xref: "core\xA711.24.7.16.2",
|
|
437
|
+
details: "This field shall indicate the unique identifier for the endpoint to be updated in the Joint Fabric Datastore Cluster."
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
tag: "field",
|
|
441
|
+
name: "GroupId",
|
|
442
|
+
xref: "core\xA711.24.7.16.3",
|
|
443
|
+
details: "This field shall indicate the unique identifier for the group to be removed from the endpoint.\nThe Datastore shall:\n 1. Confirm that an DatastoreNodeInformationEntryStruct exists for the given NodeID and EndpointID in the NodeEndpointList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the EndpointGroupIDList entries with the given NodeID and EndpointID does not include an entry for the given Group. If it does:\n 1. Update the status to DeletePending of the Group entry for the given Group ID in the Group List.\n 2. Remove this Group entry for the given Endpoint ID on the given Node ID.\n 1. If this succeeds, remove the Group entry for the given Group ID in the Group List for this NodeID and EndpointID in the Datastore.\n 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.\n 3. Ensure the Group Key List for the DatastoreNodeInformationEntryStruct with the given NodeID does not include the KeySet for the given Group ID. If it does:\n 1. Update the status to DeletePending for the entry for the KeySet of the given Group ID in the Node Group Key List.\n 2. Remove the Group Key Entry for this KeySet from the given Node ID.\n 1. If this succeeds, remove the KeySet entry for the given Node ID.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
444
|
+
}
|
|
445
|
+
]
|
|
194
446
|
},
|
|
195
447
|
{
|
|
196
448
|
tag: "command",
|
|
197
449
|
name: "AddBindingToEndpointForNode",
|
|
198
450
|
xref: "core\xA711.24.7.17",
|
|
199
|
-
details: "
|
|
451
|
+
details: "Upon receipt, this shall add a binding to an endpoint for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
452
|
+
children: [
|
|
453
|
+
{
|
|
454
|
+
tag: "field",
|
|
455
|
+
name: "NodeId",
|
|
456
|
+
xref: "core\xA711.24.7.17.1",
|
|
457
|
+
details: "This field shall indicate the unique identifier for the node to which the endpoint belongs."
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
tag: "field",
|
|
461
|
+
name: "EndpointId",
|
|
462
|
+
xref: "core\xA711.24.7.17.2",
|
|
463
|
+
details: "This field shall indicate the unique identifier for the endpoint to be updated in the Joint Fabric Datastore Cluster."
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
tag: "field",
|
|
467
|
+
name: "Binding",
|
|
468
|
+
xref: "core\xA711.24.7.17.3",
|
|
469
|
+
details: "This field shall indicate the binding to be added to the endpoint.\nThe Datastore shall:\n 1. Confirm that an DatastoreNodeInformationEntryStruct exists for the given NodeID and EndpointID in the NodeEndpointList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the Binding List for the DatastoreNodeInformationEntryStruct with the given NodeID includes the given Binding. If it does not:\n 1. Add the DatastoreEndpointBindingEntryStruct entry to the EndpointBindingList attribute for the given NodeID and EndpointID. The new entry's status shall be set to Pending.\n 2. Add this Binding to the given Node ID.\n 1. If this succeeds, update the new Binding in the Datastore to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
470
|
+
}
|
|
471
|
+
]
|
|
200
472
|
},
|
|
201
473
|
{
|
|
202
474
|
tag: "command",
|
|
203
475
|
name: "RemoveBindingFromEndpointForNode",
|
|
204
476
|
xref: "core\xA711.24.7.18",
|
|
205
|
-
details: "
|
|
477
|
+
details: "Upon receipt, this shall remove a binding from an endpoint for a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
478
|
+
children: [
|
|
479
|
+
{
|
|
480
|
+
tag: "field",
|
|
481
|
+
name: "ListId",
|
|
482
|
+
xref: "core\xA711.24.7.18.1",
|
|
483
|
+
details: "This field shall indicate the unique identifier for the binding entry in the Datastore's EndpointBindingList attribute to be removed from the endpoint."
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
tag: "field",
|
|
487
|
+
name: "EndpointId",
|
|
488
|
+
xref: "core\xA711.24.7.18.2",
|
|
489
|
+
details: "This field shall indicate the unique identifier for the endpoint to be updated in the Joint Fabric Datastore Cluster."
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
tag: "field",
|
|
493
|
+
name: "NodeId",
|
|
494
|
+
xref: "core\xA711.24.7.18.3",
|
|
495
|
+
details: "This field shall indicate the unique identifier for the node to which the endpoint belongs.\nThe Datastore shall:\n 1. Confirm that an DatastoreNodeInformationEntryStruct exists for the given NodeID and EndpointID in the EndpointBindingList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the EndpointBindingList entries with the given NodeID does not include an entry with the given ListID. If it does:\n 1. Update the status to DeletePending for the given Binding in the Binding List.\n 2. Remove this Binding from the given Node ID.\n 1. If this succeeds, remove the given Binding from the Binding List.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
496
|
+
}
|
|
497
|
+
]
|
|
206
498
|
},
|
|
207
499
|
{
|
|
208
500
|
tag: "command",
|
|
209
501
|
name: "AddAclToNode",
|
|
210
502
|
xref: "core\xA711.24.7.19",
|
|
211
|
-
details: "
|
|
503
|
+
details: "Upon receipt, this shall add an ACL to a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
504
|
+
children: [
|
|
505
|
+
{
|
|
506
|
+
tag: "field",
|
|
507
|
+
name: "NodeId",
|
|
508
|
+
xref: "core\xA711.24.7.19.1",
|
|
509
|
+
details: "This field shall indicate the unique identifier for the node to which the ACL is to be added."
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
tag: "field",
|
|
513
|
+
name: "AclEntry",
|
|
514
|
+
xref: "core\xA711.24.7.19.2",
|
|
515
|
+
details: "This field shall indicate the ACL to be added to the Joint Fabric Datastore Cluster.\nThe Datastore shall:\n 1. Confirm that a DatastoreNodeInformationEntryStruct exists for the given NodeID in the NodeList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the ACL List for the given NodeID includes the given ACLEntry. If it does not:\n 1. Add the ACLEntry to the ACL List for the given NodeID. The new entry's status shall be set to Pending.\n 2. Add this ACLEntry to the given Node ID.\n 1. If this succeeds, update the new ACLEntry in the Datastore to Committed.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
516
|
+
}
|
|
517
|
+
]
|
|
212
518
|
},
|
|
213
519
|
{
|
|
214
520
|
tag: "command",
|
|
215
521
|
name: "RemoveAclFromNode",
|
|
216
522
|
xref: "core\xA711.24.7.20",
|
|
217
|
-
details: "
|
|
523
|
+
details: "Upon receipt, this shall remove an ACL from a node in the Joint Fabric Datastore Cluster of the accessing fabric.",
|
|
524
|
+
children: [
|
|
525
|
+
{
|
|
526
|
+
tag: "field",
|
|
527
|
+
name: "ListId",
|
|
528
|
+
xref: "core\xA711.24.7.20.1",
|
|
529
|
+
details: "This field shall indicate the unique identifier for the DatastoreACLEntryStruct to be removed from the Datastore's list of DatastoreACLEntry."
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
tag: "field",
|
|
533
|
+
name: "NodeId",
|
|
534
|
+
xref: "core\xA711.24.7.20.2",
|
|
535
|
+
details: "This field shall indicate the unique identifier for the node from which the ACL is to be removed.\nThe Datastore shall:\n 1. Confirm that a DatastoreNodeInformationEntryStruct exists for the given NodeID in the NodeList attribute, and if not, then this command shall fail with a NOT_FOUND status code.\n 2. Ensure the ACL List for the given NodeID does not include the given ACLEntry. If it does:\n 1. Update the status to DeletePending for the given ACLEntry in the ACL List.\n 2. Remove this ACLEntry from the given Node ID.\n 1. If this succeeds, remove the given ACLEntry from the Node ACL List.\n 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The error shall be handled in a subsequent Node Refresh."
|
|
536
|
+
}
|
|
537
|
+
]
|
|
218
538
|
},
|
|
219
539
|
{
|
|
220
540
|
tag: "datatype",
|
|
@@ -248,7 +568,7 @@ import_Resource.Resource.add({
|
|
|
248
568
|
tag: "field",
|
|
249
569
|
name: "FailureCode",
|
|
250
570
|
xref: "core\xA711.24.5.2.3",
|
|
251
|
-
details: "This field shall contain the
|
|
571
|
+
details: "This field shall contain the Status Code of the last failed operation where the State field is set to CommitFailure."
|
|
252
572
|
}
|
|
253
573
|
]
|
|
254
574
|
},
|
|
@@ -454,13 +774,7 @@ import_Resource.Resource.add({
|
|
|
454
774
|
tag: "field",
|
|
455
775
|
name: "FriendlyName",
|
|
456
776
|
xref: "core\xA711.24.5.9.3",
|
|
457
|
-
details: "
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
tag: "field",
|
|
461
|
-
name: "StatusEntry",
|
|
462
|
-
xref: "core\xA711.24.5.9.4",
|
|
463
|
-
details: "Indicates whether changes to Friendly Name are pending, committed, or commit-failed."
|
|
777
|
+
details: "This field shall indicate a user-assigned label for this endpoint, as captured by a Joint Fabric Administrator's user interface. By maintaining this value in the Joint Fabric Datastore, all Joint Fabric Administrators can keep these values synchronized. This is particularly useful for complex multi-application endpoint devices (such as appliances) and for endpoints exposed via a Bridge, where individual endpoints might have custom names assigned by the user. For basic devices, only the node-level FriendlyName might be used.\nAdministrators may keep this field in sync with the NodeLabel field from the Basic Information or Bridged Basic Information clusters."
|
|
464
778
|
}
|
|
465
779
|
]
|
|
466
780
|
},
|
|
@@ -528,7 +842,7 @@ import_Resource.Resource.add({
|
|
|
528
842
|
tag: "field",
|
|
529
843
|
name: "FriendlyName",
|
|
530
844
|
xref: "core\xA711.24.5.14.2",
|
|
531
|
-
details: "
|
|
845
|
+
details: "This field shall contain a user-assigned label for this node, as captured by a Joint Fabric Administrator's user interface. By maintaining this value in the Joint Fabric Datastore, all Joint Fabric Administrators can keep these values synchronized. This value is not propagated to the node itself.\nAdministrators may keep this field in sync with the NodeLabel field from the Basic Information or Bridged Basic Information clusters."
|
|
532
846
|
},
|
|
533
847
|
{
|
|
534
848
|
tag: "field",
|