device-status-range ( uuid from to group? -- status )


Vocabulary
visionect

Inputs
uuidan object
froman object
toan object
group?an object


Outputs
statusan object


Definition


: device-status-range ( uuid from to group? -- status )
[ [ timestamp>unix-time ] bi@ ] [ "true" "false" ? ] bi*
"%s?%s,%s,%s" sprintf device-status ;