Chris Jackson
Chris Jackson
This supports three levels of fallback. The requested locale, falling back to the fallback locale and then the default. This allows incremental localisation files, so, for example, you can have...
This adds a method to access a localised bundle. This is used to allow me to use angular-localization to load a complete bundle into another package which has its own...
This adds the locale name to the localeSupported array, thus allowing the same array to be used as input to user locale selection, or feedback. This requires a change to...
This PR creates a system to define console command arguments in a machine readable format. This allows the user to implement features such as command completion and context sensitive help....
Probably this is an issue in the framework. A recent forum post from Silabs indicates that the format of the version command is changed -  See https://www.silabs.com/community/wireless/zigbee-and-thread/forum.topic.html/ezsp_log-bKvM Possibly related...
When a light is powered off at the wall, it will obviously not be contactable via Zigbee. However, if the user sends a command to the device, the library will...
If we just received a `DeviceAnnounce`, then we know both the network and IEEE addresses for a node, so we don't need to perform this request during discovery.
I plan to refactor the Ember dongle driver to split out functions that are specific to the NCP, and to a network. This is to allow support for multiple networks...
I noticed that a response to a request from a remote device was being retried 10 or 20 seconds after failing by the `TransactionManager`. This makes me wonder if it...