mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Update README.md
This commit is contained in:
parent
aa75f85d63
commit
1afe0c7d0e
1 changed files with 9 additions and 0 deletions
|
|
@ -141,6 +141,15 @@ the internal structure of some sensors is simplified:
|
|||
are unified into a single `radiation` type.
|
||||
The exact subtype can be specified using the `type` field.
|
||||
|
||||
#### `state.open` Field
|
||||
|
||||
While the SpaceAPI specification defines `state.open`
|
||||
as a boolean (`true` or `false`),
|
||||
Simple SpaceAPI expects string values: `"true"`, `"false"`, or `"undefined"`.
|
||||
|
||||
Boolean values (`true`, `false`) are technically accepted
|
||||
and will be parsed correctly, but this behavior is not recommended.
|
||||
|
||||
## Deployment
|
||||
|
||||
### Environment Variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue