+ [Attribute] added private constants _VALUE_UNKNOWN and _VALUE_ERROR (might...
+ [Attribute] added private constants _VALUE_UNKNOWN and _VALUE_ERROR (might add more specific error values later on) + [Attribute] setValueUnknown() + [Attribute] setValueError() + [Attribute] isKnown() + [Attribute] getSynonymWithName(name) + [Interpreter] _getExpectedInAttributes(attributes) # [Attribute] withSynonym(translation) -> withSynonym(attribute) # [AttributeList] fromAttributeDescription(discoverer, attributeDescription) -> fromAttributeDescription(discoverer, attributeDescriptions) # [Interpreter] callInterpreter(inAttributes, outAttributes, callback) now retrieves the synonym expected by its inAttributeDescription ! [Widget] check if updateInterval is not undefined when starting the interval
Showing
- dist/contactJS.js 93 additions, 11 deletionsdist/contactJS.js
- js/modules/attribute/attribute.js 59 additions, 4 deletionsjs/modules/attribute/attribute.js
- js/modules/attribute/attributeList.js 5 additions, 4 deletionsjs/modules/attribute/attributeList.js
- js/modules/interpreter/interpreter.js 23 additions, 2 deletionsjs/modules/interpreter/interpreter.js
- js/modules/widget/widget.js 6 additions, 1 deletionjs/modules/widget/widget.js
Loading
Please register or sign in to comment