Method: TenHsServer::Device#status

Defined in:
lib/ten_hs_server/device.rb

#statusObject



72
73
74
75
76
77
78
# File 'lib/ten_hs_server/device.rb', line 72

def status
  # Status of device
  # 2 On
  # 3 Off
  # 4 Dimmed
  query[:status]
end