The options to start the manager. You can change the loglvel,...
platform: | Unix, Windows, MacOS X |
---|---|
sinopsis: | openzwave API |
License : GPL(v3)
python-openzwave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
python-openzwave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with python-openzwave. If not, see http://www.gnu.org/licenses.
Represents a Zwave option used to start the manager.
The config path.
Return type: | str |
---|
The device used by the controller.
Return type: | str |
---|
Append new session logs to existing log file (false = overwrite).
Parameters: | status (bool) – |
---|
Enable automatic association of the controller with group one of every device.
Parameters: | status (bool) – True to enable logs, False to disable |
---|
Display log information on console (as well as save to disk).
Parameters: | status (bool) – |
---|
What List of Custom CC should we always encrypt if SecurityStrategy is CUSTOM.
Parameters: | custom_cc (str) – List of Custom CC |
---|
Set the driver max attempts before raising an error.
Parameters: | attempts (int) – Number of attempts |
---|
Default is to never dump RAM-stored log messages.
Parameters: | level – |
---|
Remove support for the seted command classes.
Parameters: | commandClass (str) – The command class to exclude |
---|
Only handle the specified command classes. The Exclude option is ignored if anything is seted here.
Parameters: | commandClass (str) – The location of the log file |
---|
Identify the serial port to be accessed (TODO: change the code so more than one serial port can be specified and HID).
Parameters: | port (str) – The serial port |
---|
Notifications when transaction complete is reported.
Parameters: | status (bool) – if false, try to execute the entire poll set within the PollInterval time frame. If true, wait for PollInterval milliseconds between polls |
---|
Set the log file location.
Parameters: | logfile (str) – The location of the log file |
---|
Set the status of logging.
Parameters: | status (bool) – True to activate logs, False to disable |
---|
Notifications when transaction complete is reported.
Parameters: | status (bool) – True to enable, False to disable |
---|
30 seconds (can easily poll 30 values in this time; ~120 values is the effective limit for 30 seconds).
Parameters: | interval (int) – interval in seconds |
---|
Save (in RAM) log messages equal to or above LogLevel_Debug.
Parameters: | level – |
---|
Save the XML configuration upon driver close.
Parameters: | status (bool) – True to enable, False to disable |
---|
Save (to file) log messages equal to or above LogLevel_Detail.
Parameters: | level – |
---|
Should we encrypt CC’s that are available via both clear text and Security CC?
Parameters: | strategy (str) – The security strategy : SUPPORTED|ESSENTIAL|CUSTOM |
---|
if true, notifications for refreshed (but unchanged) values will not be sent.
Parameters: | status (bool) – True to enable, False to disable |
---|
The config path.
Return type: | str |
---|