{ "namespace": "state", "type_name": "state_number", "description": "State of type number", "properties": [ { "name": "state", "description": "A state of type number", "data_type": "number", "socket_type": "none", "mutability": "immutable" }, { "name": "set_state", "description": "Sets the state if and only if the new state is different", "data_type": "number", "socket_type": "input" } ] }