Skip to main content

Search

Items tagged with: TBox


Example: talk to the #TBox temperature sensor. Asking its name

request = <<0xA::4,0::1, 0::3>>

Pattern matching the answer:

<<0xA::4,1:1, 0::3, name::bytes-12>> = reply

If it matches, the name will be in the "name" variable.
#TBox