Skip to content

Commit

Permalink
[req-changes] Added device config status
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 19, 2024
1 parent e1e97fc commit 12a58f5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ the OpenWISP architecture.
:maxdepth: 1

user/intro.rst
user/device-config-status.rst
user/templates.rst
user/variables.rst
user/device-groups.rst
Expand Down
33 changes: 33 additions & 0 deletions docs/user/device-config-status.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Device Configuration Status
===========================

The possible values for the device's configuration status
(``Device.config.status``) are explained below.

``modified``
------------

The configuration of the device has been modified on OpenWISP, but the
changes have not been applied to the device yet.

``applied``
-----------

The device has applied the configuration changes made on OpenWISP.

``error``
---------

The configuration on the device caused issues and it was rolled back.

``deactivating``
----------------

The device has been marked for deactivation and the configuration will be
removed from the device.

``deactivated``
---------------

The device is deactivated and the configuration has been removed from the
device.

0 comments on commit 12a58f5

Please sign in to comment.