Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: af_utils/af_attributes.h
- Revision:
- 6:44ca704f2bc1
- Parent:
- 3:cac964851bb6
- Child:
- 12:4c0bd7fce2fd
--- a/af_utils/af_attributes.h Tue Dec 05 00:46:52 2017 +0000
+++ b/af_utils/af_attributes.h Wed Dec 06 00:35:56 2017 +0000
@@ -106,10 +106,34 @@
#define ATTR_SOFTWARE_RESET 666
+#define ATTR_LED 1024
+#define ATTR_IO0 1025
+#define ATTR_IO1 1026
+#define ATTR_IO2 1028
+#define ATTR_BUTTON 1030
+#define ATTR_IO3 1031
+
+#define ATTR_BOOT_LOADER_VER 2001
+#define ATTR_BLE_STACK_VER 2002
+#define ATTR_FW_APP_VER 2003
+#define ATTR_DEVICE_DESC 2004
+#define ATTR_WIFI_VER 2006
+
+#define ATTR_OFFLINE_SCHED 59001
+#define ATTR_SECURITY_ENABLED 60000
+#define ATTR_UTC_OFFSET 65001
+#define ATTR_CONFIGURES_SSID 65004
+#define ATTR_WIFI_BARS 65005
+#define ATTR_WIFI_STDY_STATE 65006
#define ATTR_COMMAND 65012
#define ATTR_ASR_STATE 65013
+#define ATTR_LOW_BATTERY 65014
#define ATTR_LINKED_TIMESTAMP 65015
+#define ATTR_ATTR_ACK 65018
+#define ATTR_REBOOT_REASON 65019
+#define ATTR_BLE_COMMS 65020
+#define ATTR_MCU_INTERFACE 65021
typedef struct {
uint16_t id ;