Skip to main content
. 2020 Oct 23;20(21):6012. doi: 10.3390/s20216012
Algorithm 1. Device’s Controllable
Begin: Device’s name
1: controllable = the “control” field of device in JSONstate
2: if controllable is True then
3:  return True
4: else
5:  return False
6: end if
7: END