cos#
carbonio config cos _set|get|empty_ _cosName_ [param VALUE[,VALUE]]
Parameter List
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
---|---|---|---|
command (M) |
String |
set|get|empty |
|
cosName (M) |
String |
||
attribute (O) |
String |
||
value (O) |
String |
(M) == mandatory parameter, (O) == optional parameter
Usage example
carbonio config cos get cosName attribute debranded
Usage example
carbonio config cos set cosName attribute debranded value true
Usage example
carbonio config cos empty cosName attribute debranded
Warning
this command is deprecated
use instead:
carbonio config get cos {cos} {attribute}
carbonio config set cos {cos} {attribute} {value}
carbonio config unset cos {cos} {attribute}