Difference between revisions of "ZWave Classes"

From Hubitat Documentation
Jump to: navigation, search
(Created page with "==Switch All V1== ===Switch All Get=== class hubitat.zwave.commands.switchallv1.SwitchAllGet { List<Short> getPayload() String format() } ===Switch All Off==...")
 
(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)
 
(50 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>
===Switch All Get===
 
  
  class hubitat.zwave.commands.switchallv1.SwitchAllGet {
+
<big>
      List<Short> getPayload()
+
This document is available at: http://docs2.hubitat.com/en/developer/driver/zwave-classes
      String format()
+
</big>
  }
 
 
 
===Switch All Off===
 
 
 
  class hubitat.zwave.commands.switchallv1.SwitchAllOff {
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All On===
 
 
 
  class hubitat.zwave.commands.switchallv1.SwitchAllOn {
 
      List<Short> getPayload()
 
      String format()
 
  }
 
 
 
===Switch All Report===
 
 
 
  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 Set===
 
 
 
  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()
 
  }
 

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