wotpy.protocols.enums
Enumeration classes related to the various protocol servers.
Classes
Interactions have one or more defined interaction verbs for each interaction pattern. |
|
Enumeration of protocol types. |
- class wotpy.protocols.enums.InteractionVerbs
Bases:
EnumListMixinInteractions have one or more defined interaction verbs for each interaction pattern. Form Relations allow an interaction to have separate protocol mechanisms to support different interaction verbs.
- INVOKE_ACTION = 'invokeaction'
- OBSERVE_PROPERTY = 'observeproperty'
- READ_PROPERTY = 'readproperty'
- SUBSCRIBE_EVENT = 'subscribeevent'
- UNSUBSCRIBE_EVENT = 'unsubscribeevent'
- WRITE_PROPERTY = 'writeproperty'