File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ the OpenWISP architecture.
3535 :maxdepth: 1
3636
3737 user/intro.rst
38+ user/device-config-status.rst
3839 user/templates.rst
3940 user/variables.rst
4041 user/device-groups.rst
Original file line number Diff line number Diff line change 1+ Device Configuration Status
2+ ===========================
3+
4+ The possible values for the device's configuration status
5+ (``Device.config.status ``) are explained below.
6+
7+ ``modified ``
8+ ------------
9+
10+ The configuration of the device has been modified on OpenWISP, but the
11+ changes have not been applied to the device yet.
12+
13+ ``applied ``
14+ -----------
15+
16+ The device has applied the configuration changes made on OpenWISP.
17+
18+ ``error ``
19+ ---------
20+
21+ The configuration on the device caused issues and it was rolled back.
22+
23+ ``deactivating ``
24+ ----------------
25+
26+ The device has been marked for deactivation and the configuration will be
27+ removed from the device.
28+
29+ ``deactivated ``
30+ ---------------
31+
32+ The device is deactivated and the configuration has been removed from the
33+ device.
You can’t perform that action at this time.
0 commit comments