You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a lot of potential use cases can already be covered by defining default handler functions for each primitive datatype and affordance operation type. The following table can be used to track the implementation progress.
Operation
string
number
integer
boolean
null
readproperty
writeproperty
observeproperty
unobserveproperty
invokeaction
subscribeevent
unsubscribeevent
I guess dealing with arrays and especially objects will be a lot more difficult which is why I omitted them in the table above. As arrays can potentially contain any type, I guess it would be the best to model them as linked lists?
The text was updated successfully, but these errors were encountered:
I think a lot of potential use cases can already be covered by defining default handler functions for each primitive datatype and affordance operation type. The following table can be used to track the implementation progress.
I guess dealing with arrays and especially objects will be a lot more difficult which is why I omitted them in the table above. As arrays can potentially contain any type, I guess it would be the best to model them as linked lists?
The text was updated successfully, but these errors were encountered: