Add missing method to interface

merge-updating
Stefan Roelofs 4 years ago
parent 9b21ad6137
commit f6261d0f45

@ -22,6 +22,7 @@ namespace hass_workstation_service.Communication.NamedPipe
List<ConfiguredCommandModel> GetConfiguredCommands();
void AddCommand(AvailableCommands commandType, string json);
void RemoveCommandById(Guid id);
void UpdateCommandById(Guid id, string json);
string GetCurrentVersion();
}
}
Loading…
Cancel
Save