Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ontology/yaml/resources/states/states.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ CLOSED: "Closed position; typically for a valve, damper, or other pass-though."
OCCUPIED: "Occupied sensor state or operation mode."
UNOCCUPIED: "Unoccupied sensor state or operation mode."

ACTIVE: "An action, activity, event, or operation is currently hapenning."
INACTIVE: "An action, activity, event, or operation is not currently hapenning."
ACTIVE: "An action, activity, event, or operation is currently happening."
INACTIVE: "An action, activity, event, or operation is not currently happening."

ENABLED: "Something is enabled."
DISABLED: "Something is disabled."
Expand Down
Loading