Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
10 lines
223 B
JSON
Executable File
10 lines
223 B
JSON
Executable File
{"name": "fasting_status",
|
|
"VSName": "Fasting Status",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "F", "value": "Fasting"},
|
|
{"key": "NF", "value": "Not Fasting"},
|
|
{"key": "NG", "value": "Not Given"}
|
|
]
|
|
}
|