/**
* @brief URI of the battery state
* @details It can be used as a trigger or a requirement. Available attributes and their values are:
- * - "Level" = {"Empty", "Critical", "Low", "Normal", "High", "Full"}
+ * - "Level" ∈ {"Empty", "Critical", "Low", "High"}
* - "IsCharging" ∈ {0, 1}
*/
#define CTX_SCHED_URI_BATTERY CTX_SCHED_URI_PREFIX "state/battery"
/**
* @brief URI of the device's power-saving mode
* @details It can be used as a trigger or a requirement. Available attribute and its values are:
- * - TBD
+ * - "IsEnabled" ∈ {0, 1}
*/
#define CTX_SCHED_URI_POWERSAVE CTX_SCHED_URI_PREFIX "state/powersave"