- Posts: 248
- Thank you received: 33
Creating/Updating drivers
- bowlingbeeg
- Topic Author
- Offline
- User
-
Less
More
2 years 5 months ago #1326
by bowlingbeeg
Creating/Updating drivers was created by bowlingbeeg
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 to join the conversation.
- andrew
- Offline
- User
-
Less
More
- Posts: 339
- Thank you received: 28
2 years 5 months ago #1334
by andrew
Replied by andrew on topic Creating/Updating drivers
Yeah I'd like to be able to do that too. I can control my Yamaha AV amp by doing things like:
But it would be nicer to have a proper driver and do:
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
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 to join the conversation.
Time to create page: 0.206 seconds