Created
January 12, 2019 11:59
-
-
Save lubosz/fd0f8c2d596a0282dd01952c83a57ee0 to your computer and use it in GitHub Desktop.
IKEA of Sweden TRADFRI remote control in org.eclipse.smarthome.core.thing.Thing.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"zigbee:device:000002D1:000b57fffe4aebd4": { | |
"class": "org.eclipse.smarthome.core.thing.internal.ThingImpl", | |
"value": { | |
"label": "IKEA of Sweden TRADFRI remote control", | |
"bridgeUID": { | |
"segments": [ | |
"zigbee", | |
"coordinator_telegesis", | |
"000002D1" | |
] | |
}, | |
"channels": [ | |
{ | |
"acceptedItemType": "Number", | |
"kind": "STATE", | |
"uid": { | |
"segments": [ | |
"zigbee", | |
"device", | |
"000002D1", | |
"000b57fffe4aebd4", | |
"000B57FFFE4AEBD4_1_batterylevel" | |
] | |
}, | |
"channelTypeUID": { | |
"segments": [ | |
"system", | |
"battery-level" | |
] | |
}, | |
"label": "Battery Level", | |
"configuration": { | |
"properties": {} | |
}, | |
"properties": { | |
"zigbee_endpoint": "1" | |
}, | |
"defaultTags": [] | |
}, | |
{ | |
"acceptedItemType": "String", | |
"kind": "STATE", | |
"uid": { | |
"segments": [ | |
"zigbee", | |
"device", | |
"000002D1", | |
"000b57fffe4aebd4", | |
"000B57FFFE4AEBD4_1_batteryalarm" | |
] | |
}, | |
"channelTypeUID": { | |
"segments": [ | |
"zigbee", | |
"battery_alarm" | |
] | |
}, | |
"label": "Battery Alarm", | |
"configuration": { | |
"properties": {} | |
}, | |
"properties": { | |
"zigbee_endpoint": "1" | |
}, | |
"defaultTags": [] | |
}, | |
{ | |
"acceptedItemType": "Number", | |
"kind": "STATE", | |
"uid": { | |
"segments": [ | |
"zigbee", | |
"device", | |
"000002D1", | |
"000b57fffe4aebd4", | |
"000B57FFFE4AEBD4_1_batteryvoltage" | |
] | |
}, | |
"channelTypeUID": { | |
"segments": [ | |
"zigbee", | |
"battery_voltage" | |
] | |
}, | |
"label": "Battery Voltage", | |
"configuration": { | |
"properties": {} | |
}, | |
"properties": { | |
"zigbee_endpoint": "1" | |
}, | |
"defaultTags": [] | |
}, | |
{ | |
"acceptedItemType": "Switch", | |
"kind": "STATE", | |
"uid": { | |
"segments": [ | |
"zigbee", | |
"device", | |
"000002D1", | |
"000b57fffe4aebd4", | |
"000B57FFFE4AEBD4_1_switch" | |
] | |
}, | |
"channelTypeUID": { | |
"segments": [ | |
"zigbee", | |
"switch_onoff" | |
] | |
}, | |
"label": "Switch", | |
"configuration": { | |
"properties": {} | |
}, | |
"properties": { | |
"zigbee_endpoint": "1" | |
}, | |
"defaultTags": [] | |
} | |
], | |
"configuration": { | |
"properties": { | |
"zigbee_macaddress": "000B57FFFE4AEBD4" | |
} | |
}, | |
"properties": { | |
"zigbee_logicaltype": "END_DEVICE", | |
"zigbee_powerlevel": "FULL", | |
"modelId": "TRADFRI remote control", | |
"zigbee_networkaddress": "62892", | |
"zigbee_powersource": "MAINS", | |
"zigbee_stkversion": "87", | |
"zigbee_datecode": "20161011", | |
"zigbee_zclversion": "1", | |
"zigbee_routes": "[]", | |
"zigbee_lastupdate": "", | |
"zigbee_stkcompliance": "0", | |
"vendor": "IKEA of Sweden", | |
"zigbee_powermode": "RECEIVER_ON_IDLE", | |
"zigbee_powersources": "[MAINS]", | |
"hardwareVersion": "1", | |
"firmwareVersion": "11115720", | |
"zigbee_neighbors": "[]", | |
"zigbee_devices": "[]" | |
}, | |
"uid": { | |
"segments": [ | |
"zigbee", | |
"device", | |
"000002D1", | |
"000b57fffe4aebd4" | |
] | |
}, | |
"thingTypeUID": { | |
"segments": [ | |
"zigbee", | |
"device" | |
] | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment