Class: OpenZWave::RemoteManager::SetPollInterval_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/ansible/zwave/openzwave/ozw_remote_manager.rb

Constant Summary collapse

FIELDS =
{
  _MILLISECONDS => {:type => ::Thrift::Types::I32, :name => '_milliseconds'},
  _BINTERVALBETWEENPOLLS => {:type => ::Thrift::Types::BOOL, :name => '_bIntervalBetweenPolls'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3335
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 3335

def struct_fields; FIELDS; end

#validateObject



3337
3338
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 3337

def validate
end