Skip to main content

decode_location

Function decode_location 

Source
pub fn decode_location(tlv: &[u8]) -> Result<String, ClusterError>
Expand description

Decode the Location attribute value.

ยงErrors

Returns ClusterError on a type mismatch or out-of-range value.