Creating/Updating drivers

bowlingbeeg's Avatar Topic Author
User User
  • Posts: 248
  • Thanks: 33

Creating/Updating drivers

2 years 6 months ago
#1326
Is there a way for us to create our own drivers or update the existing ones?  I know the Allonis team is planning on implementing a bunch of drivers but if we could create/update them ourselves we might be able to speed up the process.

Please Log in or Create an account to join the conversation.

andrew's Avatar
User User
  • Posts: 341
  • Thanks: 28

Re: Creating/Updating drivers

2 years 6 months ago
#1334
Yeah I'd like to be able to do that too. I can control my Yamaha AV amp by doing things like:
Code:
PostURL|http://192.168.1.182/YamahaRemoteControl/ctrl~<YAMAHA_AV cmd="PUT">... <Main_Zone><Power_Control><Power>On</Power></Power_Control></Main_Zone></YAMAHA_AV>

But it would be nicer to have a proper driver and do:
Code:
AV|1~Power~on

or whatever instead. And to be able to read info back from the amp which I don't think I can do with the PostURL and GetURL commands. I've written some C# for work and hobby projects so I'm sure I could cobble something together given a framework. The fact that this exists on the documentation site gave me some hope but it remains empty.



Andrew

Please Log in or Create an account to join the conversation.

Time to create page: 0.266 seconds