コード例 #1
0
 public void OnPrimaryUserChanged(APLDocumentBase document, APLValue <IList <APLCommand> > commands)
 {
     document.AddHandler($"{Name}:{PrimaryUserChangedEventName}", commands);
 }
コード例 #2
0
 public void OnDeviceStateChanged(APLDocumentBase document, APLValue <IList <APLCommand> > commands)
 {
     document.AddHandler($"{Name}:{DeviceStateChangedEventName}", commands);
 }
コード例 #3
0
 public void OnEntitySensingStateChanged(APLDocumentBase document, APLValue <IList <APLCommand> > commands)
 {
     document.AddHandler($"{Name}:{EntitySensingStateChangedEventName}", commands);
 }