The following commands and attributes are accepted as JSON payloads for the BallastConfiguration cluster.
BallastConfiguration Attributes
The following attribute topics are used to retrieve the BallastConfiguration cluster state.
BallastConfiguration/PhysicalMinLevel Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/PhysicalMinLevel/Reported
[PREFIX]/BallastConfiguration/Attributes/PhysicalMinLevel/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster PhysicalMinLevel Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for PhysicalMinLevel attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/PhysicalMinLevel/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PhysicalMinLevel/Desired { "value": <DESIRED_PHYSICAL_MIN_LEVEL>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PhysicalMinLevel/Reported { "value": <REPORTED_PHYSICAL_MIN_LEVEL>}
BallastConfiguration/PhysicalMaxLevel Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/PhysicalMaxLevel/Reported
[PREFIX]/BallastConfiguration/Attributes/PhysicalMaxLevel/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster PhysicalMaxLevel Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for PhysicalMaxLevel attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/PhysicalMaxLevel/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PhysicalMaxLevel/Desired { "value": <DESIRED_PHYSICAL_MAX_LEVEL>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PhysicalMaxLevel/Reported { "value": <REPORTED_PHYSICAL_MAX_LEVEL>}
BallastConfiguration/BallastStatus Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/BallastStatus/Reported
[PREFIX]/BallastConfiguration/Attributes/BallastStatus/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster BallastStatus Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "BallastConfigurationBallastStatus"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for BallastStatus attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/BallastStatus/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/BallastStatus/Desired { "value": <DESIRED_BALLAST_STATUS>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/BallastStatus/Reported { "value": <REPORTED_BALLAST_STATUS>}
BallastConfiguration/MinLevel Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/MinLevel/Reported
[PREFIX]/BallastConfiguration/Attributes/MinLevel/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster MinLevel Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for MinLevel attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/MinLevel/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/MinLevel/Desired { "value": <DESIRED_MIN_LEVEL>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/MinLevel/Reported { "value": <REPORTED_MIN_LEVEL>}
BallastConfiguration/MaxLevel Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/MaxLevel/Reported
[PREFIX]/BallastConfiguration/Attributes/MaxLevel/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster MaxLevel Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for MaxLevel attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/MaxLevel/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/MaxLevel/Desired { "value": <DESIRED_MAX_LEVEL>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/MaxLevel/Reported { "value": <REPORTED_MAX_LEVEL>}
BallastConfiguration/PowerOnLevel Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/PowerOnLevel/Reported
[PREFIX]/BallastConfiguration/Attributes/PowerOnLevel/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster PowerOnLevel Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for PowerOnLevel attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/PowerOnLevel/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PowerOnLevel/Desired { "value": <DESIRED_POWER_ON_LEVEL>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PowerOnLevel/Reported { "value": <REPORTED_POWER_ON_LEVEL>}
BallastConfiguration/PowerOnFadeTime Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/PowerOnFadeTime/Reported
[PREFIX]/BallastConfiguration/Attributes/PowerOnFadeTime/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster PowerOnFadeTime Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for PowerOnFadeTime attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/PowerOnFadeTime/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PowerOnFadeTime/Desired { "value": <DESIRED_POWER_ON_FADE_TIME>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/PowerOnFadeTime/Reported { "value": <REPORTED_POWER_ON_FADE_TIME>}
BallastConfiguration/IntrinsicBallastFactor Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/IntrinsicBallastFactor/Reported
[PREFIX]/BallastConfiguration/Attributes/IntrinsicBallastFactor/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster IntrinsicBallastFactor Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for IntrinsicBallastFactor attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/IntrinsicBallastFactor/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/IntrinsicBallastFactor/Desired { "value": <DESIRED_INTRINSIC_BALLAST_FACTOR>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/IntrinsicBallastFactor/Reported { "value": <REPORTED_INTRINSIC_BALLAST_FACTOR>}
BallastConfiguration/BallastFactorAdjustment Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/BallastFactorAdjustment/Reported
[PREFIX]/BallastConfiguration/Attributes/BallastFactorAdjustment/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster BallastFactorAdjustment Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for BallastFactorAdjustment attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/BallastFactorAdjustment/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/BallastFactorAdjustment/Desired { "value": <DESIRED_BALLAST_FACTOR_ADJUSTMENT>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/BallastFactorAdjustment/Reported { "value": <REPORTED_BALLAST_FACTOR_ADJUSTMENT>}
BallastConfiguration/LampQuantity Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampQuantity/Reported
[PREFIX]/BallastConfiguration/Attributes/LampQuantity/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampQuantity Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampQuantity attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampQuantity/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampQuantity/Desired { "value": <DESIRED_LAMP_QUANTITY>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampQuantity/Reported { "value": <REPORTED_LAMP_QUANTITY>}
BallastConfiguration/LampType Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampType/Reported
[PREFIX]/BallastConfiguration/Attributes/LampType/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampType Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampType attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampType/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampType/Desired { "value": <DESIRED_LAMP_TYPE>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampType/Reported { "value": <REPORTED_LAMP_TYPE>}
BallastConfiguration/LampManufacturer Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampManufacturer/Reported
[PREFIX]/BallastConfiguration/Attributes/LampManufacturer/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampManufacturer Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampManufacturer attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampManufacturer/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampManufacturer/Desired { "value": <DESIRED_LAMP_MANUFACTURER>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampManufacturer/Reported { "value": <REPORTED_LAMP_MANUFACTURER>}
BallastConfiguration/LampRatedHours Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampRatedHours/Reported
[PREFIX]/BallastConfiguration/Attributes/LampRatedHours/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampRatedHours Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampRatedHours attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampRatedHours/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampRatedHours/Desired { "value": <DESIRED_LAMP_RATED_HOURS>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampRatedHours/Reported { "value": <REPORTED_LAMP_RATED_HOURS>}
BallastConfiguration/LampBurnHours Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampBurnHours/Reported
[PREFIX]/BallastConfiguration/Attributes/LampBurnHours/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampBurnHours Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampBurnHours attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampBurnHours/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampBurnHours/Desired { "value": <DESIRED_LAMP_BURN_HOURS>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampBurnHours/Reported { "value": <REPORTED_LAMP_BURN_HOURS>}
BallastConfiguration/LampAlarmMode Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampAlarmMode/Reported
[PREFIX]/BallastConfiguration/Attributes/LampAlarmMode/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampAlarmMode Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "BallastConfigurationLampAlarmMode"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampAlarmMode attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampAlarmMode/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampAlarmMode/Desired { "value": <DESIRED_LAMP_ALARM_MODE>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampAlarmMode/Reported { "value": <REPORTED_LAMP_ALARM_MODE>}
BallastConfiguration/LampBurnHoursTripPoint Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/LampBurnHoursTripPoint/Reported
[PREFIX]/BallastConfiguration/Attributes/LampBurnHoursTripPoint/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster LampBurnHoursTripPoint Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for LampBurnHoursTripPoint attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/+/+/BallastConfiguration/Attributes/LampBurnHoursTripPoint/+'
# Example output
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampBurnHoursTripPoint/Desired { "value": <DESIRED_LAMP_BURN_HOURS_TRIP_POINT>}
ucl/by-unid/<UNID>/ep0/BallastConfiguration/Attributes/LampBurnHoursTripPoint/Reported { "value": <REPORTED_LAMP_BURN_HOURS_TRIP_POINT>}
BallastConfiguration/ClusterRevision Attribute
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Attributes/ClusterRevision/Reported
[PREFIX]/BallastConfiguration/Attributes/ClusterRevision/Desired
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster ClusterRevision Attribute Properties",
"type": "object",
"properties": {
"value": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see desired/reported value for ClusterRevision attribute under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Attributes/ClusterRevision/+'
# Example output
ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Attributes/ClusterRevision/Desired { "value": <DESIRED_CLUSTER_REVISION> }
ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Attributes/ClusterRevision/Reported { "value": <REPORTED_CLUSTER_REVISION> }
BallastConfiguration Command Support
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/SupportedCommands
[PREFIX]/BallastConfiguration/SupportedGeneratedCommands
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Command Support Properties",
"type": "object",
"properties": {
"value": {
"type": "array",
"items" : {
"type": "string",
"enum": [
]
}
}
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To see supported commands for BallastConfiguration cluster under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/SupportedCommands'
# Example output
ucl/by-unid/<UNID>/<EP>/BallastConfiguration/SupportedCommands { "value": [] }
To see supported generated commands for BallastConfiguration cluster under the by-unid topic space:
mosquitto_sub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/SupportedGeneratedCommands'
# Example output
ucl/by-unid/<UNID>/<EP>/BallastConfiguration/SupportedGeneratedCommands { "value": [] }
BallastConfiguration Commands
BallastConfiguration/WriteAttributes Command
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Commands/WriteAttributes
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster WriteAttributes Command Properties",
"type": "object",
"properties": {
"MinLevel": {
"type": "integer"
},
"MaxLevel": {
"type": "integer"
},
"PowerOnLevel": {
"type": "integer"
},
"PowerOnFadeTime": {
"type": "integer"
},
"IntrinsicBallastFactor": {
"type": "integer"
},
"BallastFactorAdjustment": {
"type": "integer"
},
"LampType": {
"type": "string"
},
"LampManufacturer": {
"type": "string"
},
"LampRatedHours": {
"type": "integer"
},
"LampBurnHours": {
"type": "integer"
},
"LampAlarmMode": {
"type": "BallastConfigurationLampAlarmMode"
},
"LampBurnHoursTripPoint": {
"type": "integer"
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To update all BallastConfiguration attributes under the by-unid topic space:
mosquitto_pub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Commands/WriteAttributes' -m '{ "MinLevel": <MIN_LEVEL_VALUE> ,"MaxLevel": <MAX_LEVEL_VALUE> ,"PowerOnLevel": <POWER_ON_LEVEL_VALUE> ,"PowerOnFadeTime": <POWER_ON_FADE_TIME_VALUE> ,"IntrinsicBallastFactor": <INTRINSIC_BALLAST_FACTOR_VALUE> ,"BallastFactorAdjustment": <BALLAST_FACTOR_ADJUSTMENT_VALUE> ,"LampType": <LAMP_TYPE_VALUE> ,"LampManufacturer": <LAMP_MANUFACTURER_VALUE> ,"LampRatedHours": <LAMP_RATED_HOURS_VALUE> ,"LampBurnHours": <LAMP_BURN_HOURS_VALUE> ,"LampAlarmMode": <LAMP_ALARM_MODE_VALUE> ,"LampBurnHoursTripPoint": <LAMP_BURN_HOURS_TRIP_POINT_VALUE> }'
NOTE: Specify only the list of attributes to write in this command. Unspecified attributes will not be updated.
BallastConfiguration/ForceReadAttributes Command
MQTT Topic Pattern:
[PREFIX]/BallastConfiguration/Commands/ForceReadAttributes
MQTT Payload JSON Schema:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BallastConfiguration Cluster ForceReadAttributes Command Properties",
"type": "object",
"properties": {
"value": {
"type": "array"
"items": {
"type": "string",
"enum": [
"PhysicalMinLevel",
"PhysicalMaxLevel",
"BallastStatus",
"MinLevel",
"MaxLevel",
"PowerOnLevel",
"PowerOnFadeTime",
"IntrinsicBallastFactor",
"BallastFactorAdjustment",
"LampQuantity",
"LampType",
"LampManufacturer",
"LampRatedHours",
"LampBurnHours",
"LampAlarmMode",
"LampBurnHoursTripPoint"
]
}
}
},
"required": [
"value"
]
}
Example Mosquitto CLI Tool Usage
To force read all BallastConfiguration attributes under the by-unid topic space (by sending an empty array):
mosquitto_pub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Commands/ForceReadAttributes' -m '{ "value": [] }'
To force read one of the BallastConfiguration attributes under the by-unid topic space:
mosquitto_pub -t 'ucl/by-unid/<UNID>/<EP>/BallastConfiguration/Commands/ForceReadAttributes' -m '{ "value": ["PhysicalMinLevel"] }'