Update Json Interface (Active LED Color) (#664)

* add getCurrentPriority

* add getCurrentPriority

* Update active led color


Former-commit-id: 0e6b828991fdf51d2ec859d3836ce4f976dfd88c
This commit is contained in:
Paulchen-Panther
2016-05-30 22:39:12 +02:00
committed by brindosch
parent 71a4d0ba78
commit 23042ba07c
3 changed files with 69 additions and 12 deletions

View File

@@ -78,7 +78,13 @@ public:
/// Returns the number of attached leds
///
unsigned getLedCount() const;
///
/// Returns the current priority
///
/// @return The current priority
///
int getCurrentPriority() const;
///
/// Returns a list of active priorities
///