Created
April 1, 2021 20:38
-
-
Save blakadder/d66c5d3e273c8cf757014aaac782a990 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"node_descriptor": "NodeDescriptor(byte1=2, byte2=0, mac_capability_flags=0, manufacturer_code=0, maximum_buffer_size=0, maximum_incoming_transfer_size=0, server_mask=0, maximum_outgoing_transfer_size=0, descriptor_capability_field=0, *allocate_address=False, *complex_descriptor_available=False, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=False)", | |
"endpoints": { | |
"1": { | |
"profile_id": 49353, | |
"device_type": "0x0001", | |
"in_clusters": [ | |
"0x0002", | |
"0x0003", | |
"0x0005" | |
], | |
"out_clusters": [ | |
"0x0001" | |
] | |
}, | |
"2": { | |
"profile_id": 260, | |
"device_type": "0x0007", | |
"in_clusters": [ | |
"0x0000", | |
"0x0003", | |
"0x0702" | |
], | |
"out_clusters": [ | |
"0x000a" | |
] | |
} | |
}, | |
"manufacturer": "Develco", | |
"model": "ZHEMI101", | |
"class": "zigpy.device.Device" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment