Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.54 KB

MbusAgentDevice.md

File metadata and controls

25 lines (20 loc) · 1.54 KB

MbusAgentDevice

Properties

Name Type Description Notes
_class AgentClass [optional]
id int, none_type Unique id for the device [optional] [readonly]
agent_id int, none_type The id of the agent the device belongs to [optional] [readonly]
enable bool Is the device enabled or not [optional] if omitted the server will use the default value of False
manufacturer str, none_type [optional]
model str, none_type [optional]
address int, none_type [optional]
sec_address str, none_type [optional]
raster str, none_type [optional]
max_fail int, none_type [optional] if omitted the server will use the default value of 4
max_retry int, none_type [optional] if omitted the server will use the default value of 3
send_nke bool, none_type [optional] if omitted the server will use the default value of False
app_reset_subcode int, none_type [optional]
multi_frames int, none_type [optional] if omitted the server will use the default value of 0
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]