Difference between revisions of "ZWave Classes"

From Hubitat Documentation
Jump to: navigation, search
(Replaced content with "<big>'''We're moving!''' Please visit http://docs2.hubitat.com for the latest documentation.</big> <big> This document is available at: http://docs2.hubitat.com/en/develo...")
(Tag: Replaced)
 
(48 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Switch All V1==
+
<big>'''We're moving!''' Please visit http://docs2.hubitat.com for the latest documentation.</big>
Command Class: 0x27
 
===Switch All Set===
 
Command: 0x01
 
  class hubitat.zwave.commands.switchallv1.SwitchAllSet {
 
      Short mode
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_ON_ALL_OFF_FUNCTIONALITY = 0
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_ON_FUNCTIONALITY_BUT_NOT_ALL_OFF = 1
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_OFF_FUNCTIONALITY_BUT_NOT_ALL_ON = 2
 
      static Short MODE_INCLUDED_IN_THE_ALL_ON_ALL_OFF_FUNCTIONALITY = 255
 
 
 
      List<Short> getPayload()
 
      String format()
 
  }
 
  
===Switch All Get===
+
<big>
Command: 0x02
+
This document is available at: http://docs2.hubitat.com/en/developer/driver/zwave-classes
  class hubitat.zwave.commands.switchallv1.SwitchAllGet {
+
</big>
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All Report===
 
Command: 0x03
 
  class hubitat.zwave.commands.switchallv1.SwitchAllReport {
 
      Short mode
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_ON_ALL_OFF_FUNCTIONALITY = 0
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_ON_FUNCTIONALITY_BUT_NOT_ALL_OFF = 1
 
      static Short MODE_EXCLUDED_FROM_THE_ALL_OFF_FUNCTIONALITY_BUT_NOT_ALL_ON = 2
 
      static Short MODE_INCLUDED_IN_THE_ALL_ON_ALL_OFF_FUNCTIONALITY = 255
 
 
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All On===
 
Command: 0x04
 
  class hubitat.zwave.commands.switchallv1.SwitchAllOn {
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All Off===
 
Command: 0x05
 
  class hubitat.zwave.commands.switchallv1.SwitchAllOff {
 
      List<Short> getPayload()
 
      String format()
 
  }
 

Latest revision as of 20:32, 25 September 2022

We're moving! Please visit http://docs2.hubitat.com for the latest documentation.

This document is available at: http://docs2.hubitat.com/en/developer/driver/zwave-classes