(options)
| 226 | return Service; |
| 227 | } |
| 228 | function extendService(options) { |
| 229 | return serviceFactory(Object.assign(Object.create(this.prototype), options)); |
| 230 | } |
| 231 | |
| 232 | const onStateChange = debounce(() => { |
| 233 | sendCmd('UpdateSync', getStates()); |
nothing calls this directly
no test coverage detected