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)
 
(49 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Switch All V1 0x27==
+
<big>'''We're moving!''' Please visit http://docs2.hubitat.com for the latest documentation.</big>
===Switch All Set 0x01===
 
  
  class hubitat.zwave.commands.switchallv1.SwitchAllSet {
+
<big>
      Short mode
+
This document is available at: http://docs2.hubitat.com/en/developer/driver/zwave-classes
      static Short MODE_EXCLUDED_FROM_THE_ALL_ON_ALL_OFF_FUNCTIONALITY = 0
+
</big>
      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 0x02===
 
 
 
  class hubitat.zwave.commands.switchallv1.SwitchAllGet {
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All Report 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 0x04===
 
 
 
  class hubitat.zwave.commands.switchallv1.SwitchAllOn {
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All Off 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